summaryrefslogtreecommitdiff
path: root/public/people.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-02-12 14:11:50 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-02-12 14:11:50 -0500
commit3d71da490947aacc52a3b77efdc13d5f0458c57f (patch)
tree8047eb6966655cffc772cbde4d73982fb7064a28 /public/people.html
parentdocs is ssr'd (diff)
downloadxssbook-3d71da490947aacc52a3b77efdc13d5f0458c57f.tar.gz
xssbook-3d71da490947aacc52a3b77efdc13d5f0458c57f.tar.bz2
xssbook-3d71da490947aacc52a3b77efdc13d5f0458c57f.zip
refactor
Diffstat (limited to 'public/people.html')
-rw-r--r--public/people.html10
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