blob: a46487d9f140c763b7f535e7b8bdedbd3ae72f6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/home.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/people.js"></script>
</body>
|