-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactme.html
29 lines (28 loc) · 1.11 KB
/
contactme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Contact Me</title>
</head>
<!-- my body -->
<body class="BackgroundContactMe">
<div id="nav">
<a href=aboutme.html>About Me</a>
<a href=childhoodgames.html>My childhood games</a>
<a href=adulthoodgames.html>My Adult hood games</a>
</div>
<h1>How to contact me</h1>
<p>By Phone: 999
<br>By email: [email protected]
<br>My adrress: <a href="https://www.google.co.uk/maps/place/Eiffel+Tower/@48.8583694,2.2769701,14z/data=!4m13!1m7!3m6!1s0x47e6701f7e8337b5:0xa2cb58dd28914524!2sEiffel+Tower,+Paris,+France!3b1!8m2!3d48.8560934!4d2.2930458!3m4!1s0x47e66e2964e34e2d:0x8ddca9ee380ef7e0!8m2!3d48.8583701!4d2.2944813">Home sweet home</a>
</p>
<!-- <div id="bottom-nav">
<a href=aboutme.html>About Me</a>
<a href=childhoodgames.html>My childhood games</a>
<a href=adulthoodgames.html>My Adult hood games</a>
</div> -->
</body>
</html>