xssbook/public/profile.html

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