summaryrefslogtreecommitdiff
path: root/not_found.html
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-05-31 22:42:08 +0200
committeraxtlos <axtlos@getcryst.al>2024-05-31 22:42:08 +0200
commitffe95743948bb4a47cc92c88f758900f1aae6078 (patch)
tree60a71380241040c18ab872a224031e16e261cd14 /not_found.html
parentc027bc5edec6505da95490ab1acefe5cd6c35359 (diff)
downloadwebsite-ffe95743948bb4a47cc92c88f758900f1aae6078.tar.gz
website-ffe95743948bb4a47cc92c88f758900f1aae6078.tar.bz2
Add html files
Diffstat (limited to 'not_found.html')
-rw-r--r--not_found.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html
new file mode 100644
index 0000000..31754a0
--- /dev/null
+++ b/not_found.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Not Found</title>
+ <link href="/oldstyle.css" rel="stylesheet" type="text/css" media="all">
+ </head>
+ <body>
+ <script src="./antiChrome_Brave.js"></script>
+
+ <h1>Page Not Found</h1>
+ <p>The requested page was not found.</p>
+ <img src="./huh.jpg" alt="an image of a dog looking at the camera with a big question mark next to him"></img>
+ </body>
+</html>