blob: aabeb6e5c5bf1f5870bbc83fbb7f15bcd684aa6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html>
<head>
<title> IRC SSE </title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="/irc-sse.js"></script>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div id="topic">
<h3>Topic</h3>
</div>
<div id="chat-container">
<ul id="chat">
</ul>
</div>
</body>
</html>
|