forked from SkyriftStudios/skyriftstudios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (20 loc) · 725 Bytes
/
404.html
File metadata and controls
22 lines (20 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head><title>404 - Page Not Found</title></head>
<link rel="stylesheet" href="css/style.css" />
<body>
<div class="content center">
<div class="nav"><a class="navbutton" href = "https://skyrift.tk">HOME</a></div>
<div>
<h1> We're so Sorry, This might be the wrong page or yet not developed. </h1>
<p> If You think this is an Error, <a class="navbutton" href = "https://github.com/SkyriftStudios/skyriftstudios.github.io/issues">Create A Issue Here</a>
</div>
</div>
<div class="footer">
</div>
<script>
for(var i=0; i<document.getElementsByTagName("th").length; i++) {
document.getElementsByTagName("th")[i].style.color="black"
}
</script>
</body>
</html>