-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (21 loc) · 695 Bytes
/
404.html
File metadata and controls
21 lines (21 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=refresh content="0; URL=https://blue-maned_hawk.srht.site/404.html" />
<meta charset=utf8 />
<title>AAAAAAAAAAA! | Blue-Maned_Hawk's Website</title>
<link rel=stylesheet href=./main.css />
<link rel=icon href=./icon.png />
</head>
<body style=margin:0;width:100%;height:100%>
<div align=center vertical-align=middle>
<h1>AAAAAAAAAA!</h1>
<p>
You've attempted to access a page which does not exist. Please make sure you've entered the URL correctly and try again.
</p>
<p>
Or you could just head to <a href=./index.html>the main page</a> and figure it out from there. Whatever you want.
</p>
</div>
</body>
</html>