diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-26 17:29:16 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-26 17:29:16 -0500 |
commit | 88209d88236c3d865a9f5174a0dced31920859bf (patch) | |
tree | 89a9985927393005cf632950b585a6a227b1c679 /public/404.html | |
download | xssbook-88209d88236c3d865a9f5174a0dced31920859bf.tar.gz xssbook-88209d88236c3d865a9f5174a0dced31920859bf.tar.bz2 xssbook-88209d88236c3d865a9f5174a0dced31920859bf.zip |
i did things
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 18 |
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 |