summaryrefslogtreecommitdiff
path: root/public/people.html
blob: f0aa514174cec4b9c3d6ba10e61dc7f73619daf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>