summaryrefslogtreecommitdiff
path: root/public/people.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-22 14:41:39 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-22 14:41:39 -0500
commit7f1a57d1a6a42485b5baeb4af8630baa2de8623c (patch)
treee2fd3e49e88a081a3bd9686683b57c87f24b2160 /public/people.html
parentremove db from commit (diff)
downloadxssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.gz
xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.bz2
xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.zip
finish
Diffstat (limited to 'public/people.html')
-rw-r--r--public/people.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/people.html b/public/people.html
index a46487d..f0aa514 100644
--- a/public/people.html
+++ b/public/people.html
@@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/main.css">
- <link rel="stylesheet" href="css/home.css">
+ <link rel="stylesheet" href="css/people.css">
<link rel="stylesheet" href="css/header.css">
<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