1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00
icecast-server/web/statusbar.html
Karl Heyes 8d78b6e75f sync up with recent branch tarball. No issues outstanding but some of this has
already been committed to trunk

svn path=/icecast/branches/kh/icecast/; revision=14281
2007-12-08 05:19:45 +00:00

37 lines
1.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="/style.css" />
<title>Icecast Streaming Media Server</title>
</head>
<body>
<div class="nav">
<h1>Icecast2</h1>
<center>
<table class="roundcont">
<tr>
<td class="topleft"></td>
<td rowspan="2" class="nav">
<table>
<tr>
<td>
<a target="_parent" href="/admin.html">Admin</a>
<a target="content" href="/status.xsl">Status</a>
<a target="content" href="/server_version.xsl">Info</a>
<a target="content" href="http://dir.xiph.org/">Stream Directory</a>
</td>
</tr>
</table>
</td>
<td class="topright"></td>
</tr>
<tr>
<td class="bottomleft"></td>
<td class="bottomright"></td>
</tr>
</table>
</center>
</body>
</html>