diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-14 19:28:10 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-14 19:28:10 -0500 |
commit | f02524b59288d68e78a108e9c9e2ca4c7f662f07 (patch) | |
tree | db0a7ad310a92442274d862c7fc5d9994d99eaa5 /public/profile.html | |
parent | fix seo (diff) | |
download | xssbook-f02524b59288d68e78a108e9c9e2ca4c7f662f07.tar.gz xssbook-f02524b59288d68e78a108e9c9e2ca4c7f662f07.tar.bz2 xssbook-f02524b59288d68e78a108e9c9e2ca4c7f662f07.zip |
friends
Diffstat (limited to 'public/profile.html')
-rw-r--r-- | public/profile.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/profile.html b/public/profile.html index 35debf8..6d4b117 100644 --- a/public/profile.html +++ b/public/profile.html @@ -18,6 +18,7 @@ <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/header.css"> + <link rel="stylesheet" href="/css/people.css"> <link rel="stylesheet" href="/css/profile.css"> <link rel="stylesheet" href="/css/home.css"> |