-
Notifications
You must be signed in to change notification settings - Fork 2
/
httpTemplate.html
executable file
·49 lines (25 loc) · 1.41 KB
/
httpTemplate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<div align="center">
<!-- links/targets for the side menu to jump to a post -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WebUI HomePage</title>
<link rel="stylesheet" href="template.css" type="text/css" />
</head>
<body>
<h1>Welcome to Freeseer online portal</h1>
<ul><a href="http://www.icecast.org/">Icecast-This is the icecast streaming channel
</a></ul>
<iframe src="http://www.icecast.org/" width="500" height="200" style="float:center"></iframe>
<ul><a href="http://www.irc.org/">IRC channel-This is the IRC channel
</a></ul>
<iframe src="http://www.irc.org/" width="500" height="200" style="float:center"></iframe>
<ul><a href="http://etherpad.org/">Etherpad-Etherpad is an online editor
</a></ul>
<iframe src="http://etherpad.org/" width="500" height="200" style="float:center"></iframe>
</div>
<div id="post">
<h1>IRC channel</h1>
<h2>2013-03-30</h2>
<p>This is the IRC channel</p>
</div>
</body>