-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchildhoodgames.html
42 lines (36 loc) · 1.34 KB
/
childhoodgames.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
30
31
32
33
34
35
36
37
38
39
40
41
42
<!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>Childhood Games</title>
</head>
<!-- my body -->
<body class="BackgroundChildhood">
<div id="nav">
<a href=aboutme.html>About Me</a>
<a href=adulthoodgames.html>My Adult hood games</a>
<a href=contactme.html>How to contact me</a>
</div>
<h1>My Childhood Games</h1>
<h2>websites</h2>
<div id="childhoodgamesdiv">
<p>
<a href="https://www.miniclip.com/games/en"><img src="Miniclipgames.jpg"></img></a>
<br><a href="https://www.twoplayergames.org/"><img src="twoplayergamesgame.jpg"></img></a>
<br><a href="https://www.friv.com/"><img src="frivgame.jpg"></img></a>
<br><a href="https://www.y8.com/"><img src="Y8game.jpg"></img></a>
<br><a href="https://www.agame.com/"><img src="agamegame.jpg"></img></a>
<br><a href="https://www.games.co.uk/"><img src="Gamesgame.png"></img></a>
<br><a href="http://www.myclubpenguin.com/"><img src="Clubpenguingame.jpg"></img></a>
</p>
</div>
<div id="bottom-nav">
<a href=aboutme.html>About Me</a>
<a href=adulthoodgames.html>My Adult hood games</a>
<a href=contactme.html>How to contact me</a>
</div>
</body>
</html>