summaryrefslogtreecommitdiff
path: root/public/profile.html
blob: d17ab094d7a614c258e462597e1676891dd56b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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">
    <title>XSSBook - Profile</title>
</head>
<body>
    <script src="/js/main.js"></script>
    <script src="/js/header.js"></script>
    <script src="/js/api.js"></script>
    <script src="/js/home.js"></script>
    <script src="/js/profile.js"></script>
</body>