summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-07-29 15:44:18 -0700
committers1nical <[email protected]>2019-07-29 15:44:18 -0700
commitadb398b87ae4fba89c7b07b72a0e88aa4975d3ed (patch)
tree47f9eb8722ae29978c0f95b902291289f36f2ba6 /404.html
parentupdate css to fit loading animation (diff)
downloads1n.pw-admin-adb398b87ae4fba89c7b07b72a0e88aa4975d3ed.tar.xz
s1n.pw-admin-adb398b87ae4fba89c7b07b72a0e88aa4975d3ed.zip
Basically update the whole site
lol
Diffstat (limited to '404.html')
-rw-r--r--404.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/404.html b/404.html
index 8ed330f..b35ba42 100644
--- a/404.html
+++ b/404.html
@@ -1,23 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>s1nical - 404</title>
- <link rel="stylesheet" href="404/css/main.css">
- <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>s1nical - 404</title>
+ <link rel="stylesheet" href="404/css/main.css">
+ <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
-<body>
+ <body>
+ <div class="text">
+ <h1>404</h1>
+ <h2>Uh, Ohh</h2>
+ <h3>Sorry we cant find what you are looking for 'cos its so dark in here</h3>
+ </div>
-<div class="text">
- <h1>404</h1>
- <h2>Uh, Ohh</h2>
- <h3>Sorry we cant find what you are looking for 'cos its so dark in here</h3>
- </div>
- <div class="torch"></div>
+ <div class="torch"></div>
- <script src="404/js/main.js"></script>
+ <script src="404/js/main.js"></script>
-</body>
+ </body>
</html>