aboutsummaryrefslogtreecommitdiffstats
path: root/html/notfound.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/notfound.html')
-rw-r--r--html/notfound.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/html/notfound.html b/html/notfound.html
new file mode 100644
index 0000000..8f5ba75
--- /dev/null
+++ b/html/notfound.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title></title>
+ <link href="css/style.css" rel="stylesheet">
+ </head>
+ <body>
+ <h1>Not found</h1>
+ <p>Not found: {path}</p>
+
+ </body>
+</html>