aboutsummaryrefslogtreecommitdiff
path: root/404
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2021-11-22 18:14:19 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2021-11-22 18:14:19 +0200
commit0925b5b6407e6464c738ecf98eb5b9a612a9b810 (patch)
tree09f0e95f9bb2686352c61549b3e96abd6223c68f /404
parentb16b58a24bdd20c40ecbc53fc07d84547825fc16 (diff)
downloadLYLLRuoka-0925b5b6407e6464c738ecf98eb5b9a612a9b810.tar.gz
LYLLRuoka-0925b5b6407e6464c738ecf98eb5b9a612a9b810.zip
Made server
It seems to work. All other things are in progress.
Diffstat (limited to '404')
-rw-r--r--404/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/404/index.html b/404/index.html
new file mode 100644
index 0000000..ea9660a
--- /dev/null
+++ b/404/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Page not found</title>
+ <link href="/index.css" rel="stylesheet" type="text/css">
+ </head>
+ <body>
+ <h1>404: Page not found at \(path\).</h1>
+ <p>):</p>
+ </body>
+</html>