diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-12 14:11:50 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-12 14:11:50 -0500 |
commit | 3d71da490947aacc52a3b77efdc13d5f0458c57f (patch) | |
tree | 8047eb6966655cffc772cbde4d73982fb7064a28 /public/profile.html | |
parent | docs is ssr'd (diff) | |
download | xssbook-3d71da490947aacc52a3b77efdc13d5f0458c57f.tar.gz xssbook-3d71da490947aacc52a3b77efdc13d5f0458c57f.tar.bz2 xssbook-3d71da490947aacc52a3b77efdc13d5f0458c57f.zip |
refactor
Diffstat (limited to 'public/profile.html')
-rw-r--r-- | public/profile.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/public/profile.html b/public/profile.html index d17ab09..893ef3f 100644 --- a/public/profile.html +++ b/public/profile.html @@ -6,12 +6,9 @@ <link rel="stylesheet" href="/css/header.css"> <link rel="stylesheet" href="/css/profile.css"> <link rel="stylesheet" href="/css/home.css"> + <script src="/js/profile.js" type="module"></script> <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> -</body>
\ No newline at end of file +</body> +</html>
\ No newline at end of file |