xssbook/public/people.html

26 lines
771 B
HTML
Raw Normal View History

2023-01-26 22:29:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2023-02-14 03:41:09 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XSSBook - People</title>
<meta name="author" content="Tyler Murphy">
<meta name="description" content="People">
<meta property="og:title" content="xssbook">
<meta property="og:site_name" content="xssbook.com">
<meta property="og:description" content="People">
<meta itemprop="name" content="xssbook">
<meta itemprop="description" content="People">
2023-01-26 22:29:16 +00:00
<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">
2023-02-14 03:41:09 +00:00
2023-02-12 19:11:50 +00:00
<script src="/js/people.js" type="module"></script>
2023-01-26 22:29:16 +00:00
</head>
<body>
2023-02-12 19:11:50 +00:00
</body>
</html>