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/profile.html | |
parent | increase post limit (diff) | |
download | xssbook-5fe8ea1b85299564686f3fba331644e1178f363e.tar.gz xssbook-5fe8ea1b85299564686f3fba331644e1178f363e.tar.bz2 xssbook-5fe8ea1b85299564686f3fba331644e1178f363e.zip |
bug fixes
Diffstat (limited to 'public/profile.html')
-rw-r--r-- | public/profile.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/profile.html b/public/profile.html index 0274327..d17ab09 100644 --- a/public/profile.html +++ b/public/profile.html @@ -2,16 +2,16 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <link rel="stylesheet" href="css/main.css"> - <link rel="stylesheet" href="css/header.css"> - <link rel="stylesheet" href="css/profile.css"> - <link rel="stylesheet" href="css/home.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="stylesheet" href="/css/header.css"> + <link rel="stylesheet" href="/css/profile.css"> + <link rel="stylesheet" href="/css/home.css"> <title>XSSBook - Profile</title> </head> <body> - <script src="./js/main.js"></script> - <script src="./js/header.js"></script> - <script src="./js/api.js"></script> - <script src="./js/home.js"></script> - <script src="./js/profile.js"></script> + <script src="/js/main.js"></script> + <script src="/js/header.js"></script> + <script src="/js/api.js"></script> + <script src="/js/home.js"></script> + <script src="/js/profile.js"></script> </body>
\ No newline at end of file |