summaryrefslogtreecommitdiff
path: root/public/chat.html
diff options
context:
space:
mode:
authorTyler Murphy <=>2023-08-21 23:19:53 -0400
committerTyler Murphy <=>2023-08-21 23:19:53 -0400
commitc4c26f42b6b06dbc75578314a483db66bf7ddb4c (patch)
treefba137f6fe2e8470b0abf6d3c139fa9a4fc9b4e8 /public/chat.html
parentwebsocket (diff)
downloadxssbook-c4c26f42b6b06dbc75578314a483db66bf7ddb4c.tar.gz
xssbook-c4c26f42b6b06dbc75578314a483db66bf7ddb4c.tar.bz2
xssbook-c4c26f42b6b06dbc75578314a483db66bf7ddb4c.zip
dms
Diffstat (limited to '')
-rw-r--r--public/chat.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/chat.html b/public/chat.html
index e293210..ecd2f5c 100644
--- a/public/chat.html
+++ b/public/chat.html
@@ -17,6 +17,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/chat.css">
<script type="module" src="/js/chat.js"></script>