|
@@ -1,19 +1,24 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html>
|
|
|
-
|
|
|
-<head>
|
|
|
- <!--Hey! This is only a 404 page! Why using those complicated configurations?-->
|
|
|
- <title>‎</title>
|
|
|
-
|
|
|
-</head>
|
|
|
-
|
|
|
-<body style="font-family: WingDings;font-size: 40px;">
|
|
|
-
|
|
|
- <p>404</p>
|
|
|
- <p>PAGE NOT FOUND</p>
|
|
|
- <p>PAGER NOT FOUNDER</p>
|
|
|
- <p>YET PAGER NOT FOUNDER</p>
|
|
|
-
|
|
|
-</body>
|
|
|
+<!doctype html>
|
|
|
+<html lang="en">
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+
|
|
|
+ <title>404</title>
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="/website/Blog/source/404/404.css">
|
|
|
+ <link rel="stylesheet" href="/website/Blog/source/404/reset.css">
|
|
|
+ <link rel="stylesheet" href="/website/Blog/source/404/main.css">
|
|
|
+
|
|
|
+ <body>
|
|
|
+
|
|
|
+ <div id="fof">
|
|
|
+ <div></div>
|
|
|
+ <canvas></canvas>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <p style="font-family: Wingdings; color: black; font-size: 40px; text-align: center; transform: translate(0px,-100px);">404 PAGE NOT FOUND</p>
|
|
|
|
|
|
+ <script src="/website/Blog/source/404/404.js"></script>
|
|
|
+
|
|
|
+ </body>
|
|
|
</html>
|