1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00
icecast-server/web/admin.html
Karl Heyes 386a554a72 bump version. the most significant things are the stats thread removal and a theora fix.
svn path=/icecast/branches/kh/icecast/; revision=15145
2008-08-01 20:26:09 +00:00

13 lines
505 B
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>
<frameset rows="170,*" border="0">
<frame name="header" frameborder="0" scrolling="no" width="100%" src="/adminbar.html" />
<frame name="content" frameborder="0" scrolling="auto" width="100%" src="/admin/stats.xsl" />
</frameset>
</html>