xssbook/public/home.html

13 lines
334 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">
2023-02-12 19:11:50 +00:00
<link rel="stylesheet" href="/css/header.css">
2023-01-26 22:29:16 +00:00
<link rel="stylesheet" href="/css/home.css">
<title>XSSBook - Home</title>
2023-02-12 19:11:50 +00:00
<script type="module" src="/js/home.js"></script>
2023-01-26 22:29:16 +00:00
</head>
<body>
</body>
</html>