diff options
Diffstat (limited to 'public/people.html')
-rw-r--r-- | public/people.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/public/people.html b/public/people.html index 399751a..0a7775a 100644 --- a/public/people.html +++ b/public/people.html @@ -3,13 +3,11 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="/css/main.css"> - <link rel="stylesheet" href="/css/people.css"> <link rel="stylesheet" href="/css/header.css"> + <link rel="stylesheet" href="/css/people.css"> + <script src="/js/people.js" type="module"></script> <title>XSSBook - People</title> </head> <body> - <script src="/js/main.js"></script> - <script src="/js/header.js"></script> - <script src="/js/api.js"></script> - <script src="/js/people.js"></script> -</body>
\ No newline at end of file +</body> +</html>
\ No newline at end of file |