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