blob: 23960f05d912c0eac550a901e8bd18ce85216c7e (
plain)
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
|
<html>
<head>
<title>dump.fm Directory</title>
$head()$
<style>
body {
background-attachment: fixed;
background-color: #FFE;
background-image: url(http://localhost:8080/static/chanbg.png);
background-position: 1px 10px;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
}
#main {
position: absolute;
top: 57px;
padding: 2em;
}
</style>
</head>
<body>
$banner()$
<div id="chatrap">
<div id="headerbar"></div>
<div id="main">
<h3>DUMP STARS</h3>
</div>
<div id="footer">
$footer()$
</div>
</div>
</body>
</html>
|