diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-30 18:55:36 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-30 18:55:36 -0500 |
commit | 0a432890906abde10d30b0c6d03aa0ee9d665180 (patch) | |
tree | 453301dec88fe8cfd6d2a625fd6266345254c978 /public/404.html | |
parent | change green color (diff) | |
download | xssbook-0a432890906abde10d30b0c6d03aa0ee9d665180.tar.gz xssbook-0a432890906abde10d30b0c6d03aa0ee9d665180.tar.bz2 xssbook-0a432890906abde10d30b0c6d03aa0ee9d665180.zip |
dark mode
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html index 04ddadc..c89d93d 100644 --- a/public/404.html +++ b/public/404.html @@ -5,6 +5,7 @@ <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/404.css"> <link rel="stylesheet" href="/css/header.css"> + <script src="/js/main.js"></script> <title>XSSBook - Not Found</title> </head> <body> |