schtonn 4 years ago
parent
commit
05894e6ccb
1 changed files with 22 additions and 17 deletions
  1. 22 17
      404.html

+ 22 - 17
404.html

@@ -1,19 +1,24 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-    <!--Hey! This is only a 404 page! Why using those complicated configurations?-->
-    <title>&lrm;</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>