diff options
| author | sostler <sbostler@gmail.com> | 2010-03-04 08:36:14 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-04 08:36:14 -0500 |
| commit | 6d26cb3bf2fed44e1fd1c2b245c434851eb5c538 (patch) | |
| tree | ff4de216cce5bf4acc0aed5c1edd887355fb7942 /template/directory.st | |
| parent | 7ddbae3a537138fd4f670ba1c0e4944983a6447c (diff) | |
The beginnings of a directory
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/template/directory.st b/template/directory.st new file mode 100644 index 0000000..23960f0 --- /dev/null +++ b/template/directory.st @@ -0,0 +1,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> |
