forked from AdamHolbert/gamingalltime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (31 loc) · 979 Bytes
/
404.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
<!DOCTYPE HTML>
<HTML>
<HEAD>
<Title>Homepage</Title>
<link rel="stylesheet" href="css/main.css" />
<script src="scripts/homepageScript.js"></script>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet"> </HEAD>
<BODY>
<div class="splash"> <img id="logo" src="images/game.jpg" />
<h1 id="logoh1">Welcome to All-Time Gaming</h1> </div>
<nav class="sitenavigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="creategame.html">Create A Game</a></li>
</ul>
</nav>
<br />
<br />
Page Not found
<br />
Looks like you've followed a broken link or entered a URL that doesn't exist on this site.
<br />
<br />
</BODY>
<footer>
<p>[placeholder]</p>
</footer>
</HTML>