summaryrefslogtreecommitdiff
path: root/public/people.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-26 17:29:16 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-26 17:29:16 -0500
commit88209d88236c3d865a9f5174a0dced31920859bf (patch)
tree89a9985927393005cf632950b585a6a227b1c679 /public/people.html
downloadxssbook-88209d88236c3d865a9f5174a0dced31920859bf.tar.gz
xssbook-88209d88236c3d865a9f5174a0dced31920859bf.tar.bz2
xssbook-88209d88236c3d865a9f5174a0dced31920859bf.zip
i did things
Diffstat (limited to 'public/people.html')
-rw-r--r--public/people.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/people.html b/public/people.html
new file mode 100644
index 0000000..399751a
--- /dev/null
+++ b/public/people.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<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">
+ <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