diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 14:41:39 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 14:41:39 -0500 |
commit | 7f1a57d1a6a42485b5baeb4af8630baa2de8623c (patch) | |
tree | e2fd3e49e88a081a3bd9686683b57c87f24b2160 /public/404.html | |
parent | remove db from commit (diff) | |
download | xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.gz xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.bz2 xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.zip |
finish
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html index 7aedb82..49f0d5d 100644 --- a/public/404.html +++ b/public/404.html @@ -5,11 +5,11 @@ <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> + <title>XSSBook - Not Found</title> </head> <body> <div id="header"> - <span class="logo">xssbook</span> + <span class="logo"><a href="/">xssbook</a></span> </div> <div class="error"> <span class="logo">404</span> |