summaryrefslogtreecommitdiff
path: root/tpls/chat.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-03-27 23:48:11 +0100
committerKevin Chabowski <kevin@kch42.de>2014-03-27 23:51:08 +0100
commitfeb228c1fc35aae543d369012994eac7a1dca90f (patch)
treed2a9b7cf449b3e1e8d48e2bc36b0b383ee5f658a /tpls/chat.html
parent5c45b0e3e5fbe479155ad403b4936d2485a028bd (diff)
downloadsimplechat-feb228c1fc35aae543d369012994eac7a1dca90f.tar.gz
simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.tar.bz2
simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.zip
Homepage done
Diffstat (limited to 'tpls/chat.html')
-rw-r--r--tpls/chat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpls/chat.html b/tpls/chat.html
index 35582c7..db34aaa 100644
--- a/tpls/chat.html
+++ b/tpls/chat.html
@@ -5,7 +5,7 @@
<script type="text/javascript" src="/static/jquery.min.js"></script>
<script type="text/javascript" src="/static/chat.js"></script>
<script type="text/javascript">$("document").ready(function(){RunChat("{{.Websock}}");});</script>
- <link rel="stylesheet" type="text/css" href="/static/style.css" />
+ <link rel="stylesheet" type="text/css" href="/static/chat.css" />
</head>
<body>