diff options
| author | s1nical <[email protected]> | 2019-07-29 15:44:18 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-07-29 15:44:18 -0700 |
| commit | adb398b87ae4fba89c7b07b72a0e88aa4975d3ed (patch) | |
| tree | 47f9eb8722ae29978c0f95b902291289f36f2ba6 /404.html | |
| parent | update css to fit loading animation (diff) | |
| download | s1n.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.html | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -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> |