-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (29 loc) · 1.3 KB
/
index.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>
<title>FireTree Games Home</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 class="active" href="index.html">Home</a>
<a href="about.html">About</a>
<a href="games.html">Games</a>
<a href="browsergames.html">Web Games</a>
</div>
<div id="mainContent">
<nav id="ftC">
<h2>Featured Content!</h2>
<h2><a href="https://www.firetreegames.net/adarkroommodded">A Modded Room (A Dark Room Modded)</a></h2>
<p>Modded version of DoubleSpeak Games "A Dark Room".</p>
</nav>
<img src="img/FireTreeIcon.png" width="300" height="300" alt="FireTree Games Icon" id="home"/>
<h1>FireTree Games</h1>
<p style="text-align: center;">FireTree Games is a solo game development group focused on casual, relaxing games.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</body>
</html>