-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgames.html
28 lines (28 loc) · 1.18 KB
/
games.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
<!DOCTYPE html>
<html>
<head>
<title>Games</title>
<link rel="stylesheet" href="CSS Files/index.css">
<link rel="shortcut icon" href="img/FireTreeIcon.ico" type="image/x-icon">
<h1>FireTree Games</h1>
<h4>Casual and fun games!</h4>
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a class="active" href="games.html">Games</a>
<a href="browsergames.html">Web Games</a>
</div>
<h1>Games</h1>
<div class="imgSection">
<img src="img/Icon-01.png" width="420px" height="420px" alt="In The Sky Icon"/>
<a href="https://gamejolt.com/games/skyblockinthe/639812" style="font-size: 35px;">In The Sky</a>
</div>
<div class="imgSection">
<img src="img/MouseDefenseIcon-1.png.png" width="500px" height="500px" alt="Mouse Defense Icon"/>
<a href="https://gamejolt.com/games/mousedefense/697874" style="font-size: 35px;">Mouse Defense</a>
</div>
<!-- <a href="404.html">There's a puzzle about!</a> -->
</body>
</html>