|
@@ -6,7 +6,7 @@ var html = template.Must(template.New("chat_room").Parse(`
|
|
|
<html>
|
|
<html>
|
|
|
<head>
|
|
<head>
|
|
|
<title>{{.roomid}}</title>
|
|
<title>{{.roomid}}</title>
|
|
|
- <link rel="stylesheet" type="text/css" href="http://meyerweb.com/eric/tools/css/reset/reset.css"/>
|
|
|
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="http://meyerweb.com/eric/tools/css/reset/reset.css">
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
|
|
|
<script src="http://malsup.github.com/jquery.form.js"></script>
|
|
<script src="http://malsup.github.com/jquery.form.js"></script>
|
|
|
<script>
|
|
<script>
|