diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 20:47:39 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 20:47:39 -0500 |
commit | 5fe8ea1b85299564686f3fba331644e1178f363e (patch) | |
tree | 5ec235febb3957507a1dcdee8cf71c1d9b69011d /public/404.html | |
parent | increase post limit (diff) | |
download | xssbook-5fe8ea1b85299564686f3fba331644e1178f363e.tar.gz xssbook-5fe8ea1b85299564686f3fba331644e1178f363e.tar.bz2 xssbook-5fe8ea1b85299564686f3fba331644e1178f363e.zip |
bug fixes
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/404.html b/public/404.html index 49f0d5d..04ddadc 100644 --- a/public/404.html +++ b/public/404.html @@ -2,9 +2,9 @@ <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"> + <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> |