diff options
author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-11-22 18:14:19 +0200 |
---|---|---|
committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-11-22 18:14:19 +0200 |
commit | 0925b5b6407e6464c738ecf98eb5b9a612a9b810 (patch) | |
tree | 09f0e95f9bb2686352c61549b3e96abd6223c68f /404 | |
parent | b16b58a24bdd20c40ecbc53fc07d84547825fc16 (diff) | |
download | LYLLRuoka-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.html | 12 |
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> |