diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-10-11 01:30:24 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-10-11 01:33:54 +0200 |
commit | aebffce1aae431183545ea9519102f07032fb07f (patch) | |
tree | 9f8be59727783f4303528975412c0c100c45287b /template | |
parent | 2c31074d1f5ad41cc540a991e2c347ccb3bb6f9f (diff) |
Add a streaming info script
Diffstat (limited to 'template')
-rw-r--r-- | template/template/template.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/template/template.html b/template/template/template.html index 16bad39..dd655dc 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -21,6 +21,7 @@ <link rel="stylesheet" href="/css/trieste.status.css" type="text/css"> <link rel="stylesheet" href="/css/nautilus.status.css" type="text/css"> <link rel="stylesheet" href="/css/sublab.status.css" type="text/css"> + <link rel="stylesheet" href="/css/stream.status.css" type="text/css"> <link rel="shortcut icon" href="/img/favicon.png"> <link rel="space-api" href="/status.json" /> </head> @@ -129,7 +130,10 @@ Git</a> </tr>--> </table> </div> - <hr> + <hr> + <p class="stream-ad"> + <a href="http://void.subsignal.org:9000/status.xsl"><b>Livestream</b></a> + </p> <p class="status"> $template_chattopic </p> |