summaryrefslogtreecommitdiff
path: root/public/profile.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-26 17:29:16 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-26 17:29:16 -0500
commit88209d88236c3d865a9f5174a0dced31920859bf (patch)
tree89a9985927393005cf632950b585a6a227b1c679 /public/profile.html
downloadxssbook-88209d88236c3d865a9f5174a0dced31920859bf.tar.gz
xssbook-88209d88236c3d865a9f5174a0dced31920859bf.tar.bz2
xssbook-88209d88236c3d865a9f5174a0dced31920859bf.zip
i did things
Diffstat (limited to '')
-rw-r--r--public/profile.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/profile.html b/public/profile.html
new file mode 100644
index 0000000..d17ab09
--- /dev/null
+++ b/public/profile.html
@@ -0,0 +1,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> \ No newline at end of file