summaryrefslogtreecommitdiff
path: root/public/404.html
diff options
context:
space:
mode:
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..04ddadc
--- /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 - Not Found</title>
+</head>
+<body>
+ <div id="header">
+ <span class="logo"><a href="/">xssbook</a></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