aboutsummaryrefslogtreecommitdiffstats
path: root/html/notfound.html
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-10-26 10:17:10 +0100
committerVosjedev <vosje@vosjedev.net>2025-10-26 10:17:10 +0100
commit0dfec16457a42a07380c64858c2ca48cd99a2320 (patch)
tree6cf81ca93a33c0f541be4aa7680d46cee2a9ba93 /html/notfound.html
parent3cfb941b67e6d48a59c792fec45ab40ecfc7fc5b (diff)
downloadacit-0dfec16457a42a07380c64858c2ca48cd99a2320.tar.gz
acit-0dfec16457a42a07380c64858c2ca48cd99a2320.tar.bz2
acit-0dfec16457a42a07380c64858c2ca48cd99a2320.tar.xz
Add more html (notfound.html, mailpage.html)
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>