-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
27 lines (27 loc) · 865 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
<!DOCTYPE html>
<html>
<head>
<title>404</title>
</head>
<body style="text-align: center;">
<h1>Error Code: 404</h1>
<h2>No page related/found</h2>
<p>Either you did this yourself or I created a bug. Either way you can go back to</p>
<a href="firetreegames.net">Home</a>
<!-- <p>
<span id="tT">T</span>
<span id="tO">o</span>
tally Co
<span id="tM">m</span>
pletely R
<span id="aA">a</span>
n
<span id="aD">d</span>
om Text. I made this at 2:00
<span id="aAM">am</span>
</p> -->
<a href="index.html">Home.</a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/404.js"></script>
</body>
</html>