diff options
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> |