diff options
Diffstat (limited to 'public/people.html')
-rw-r--r-- | public/people.html | 15 |
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 |