diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-03-27 23:48:11 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-03-27 23:51:08 +0100 |
commit | feb228c1fc35aae543d369012994eac7a1dca90f (patch) | |
tree | d2a9b7cf449b3e1e8d48e2bc36b0b383ee5f658a /tpls/chat.html | |
parent | 5c45b0e3e5fbe479155ad403b4936d2485a028bd (diff) | |
download | simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.tar.gz simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.tar.bz2 simplechat-feb228c1fc35aae543d369012994eac7a1dca90f.zip |
Homepage done
Diffstat (limited to 'tpls/chat.html')
-rw-r--r-- | tpls/chat.html | 2 |
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> |