summaryrefslogtreecommitdiff
path: root/public/404.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-20 12:26:51 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-20 12:26:51 -0500
commit773c5ed3db087c3a7f1de73412e4407082745882 (patch)
tree5de95bbcdc60e0f29f1d22b177568356089c436e /public/404.html
parentlogin page (diff)
downloadxssbook-773c5ed3db087c3a7f1de73412e4407082745882.tar.gz
xssbook-773c5ed3db087c3a7f1de73412e4407082745882.tar.bz2
xssbook-773c5ed3db087c3a7f1de73412e4407082745882.zip
more shit
Diffstat (limited to 'public/404.html')
-rw-r--r--public/404.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..7aedb82
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" href="css/main.css">
+ <link rel="stylesheet" href="css/404.css">
+ <link rel="stylesheet" href="css/header.css">
+ <title>XSSBook - Home</title>
+</head>
+<body>
+ <div id="header">
+ <span class="logo">xssbook</span>
+ </div>
+ <div class="error">
+ <span class="logo">404</span>
+ <span class="gtext desc">Page not found.</span>
+ </div>
+</body> \ No newline at end of file