xssbook/public/people.html

13 lines
340 B
HTML
Raw Normal View History

2023-01-26 22:29:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/header.css">
2023-02-12 19:11:50 +00:00
<link rel="stylesheet" href="/css/people.css">
<script src="/js/people.js" type="module"></script>
2023-01-26 22:29:16 +00:00
<title>XSSBook - People</title>
</head>
<body>
2023-02-12 19:11:50 +00:00
</body>
</html>