Browse Source

Radio becomes IRC

pull/40/head
Michael Walker 10 years ago
parent
commit
47ab5504fe
  1. 35
      templates/themes/radio/radio.html

35
templates/themes/radio/radio.html

@ -7,45 +7,22 @@
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" media="screen" href="/stylesheets/style.css"/>
<link rel="stylesheet" media="screen" href="/stylesheets/dark.css"/>
<link rel="stylesheet" media="screen" href="/stylesheets/dark_irc.css"/>
</head>
<body>
{{ boardlist.top }}
<div class="topbar">
{{ boardlist.top }}
</div>
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<img alt="mascot" src="static/lain_is_cute_datass_small.png"/>
<div class="ban" style="text-align: left!important;">
<h2>WELCOME TO CYBERIA</h2>
<p>Welcome to lainchan's very own internet radio!<br/>Statistics
about this stream such as current listeners, song title, et
cetera, can currently be found
at <a href="http://radio.lain.io/">radio.lain.io</a>; they will
soon be added to this page.
</p>
<p><strong>NOTE:</strong> Some experimental browsers, namely
very recent versions of Chromium, have been known to break with
OGG streams. If your connection is choppy, try a either running
the stream in a different browser, or opening one of the
playlists in a media player:</p>
<ul>
<li><a href="http://radio.lain.io/stream/lainchan.m3u">M3U Playlist</a></li>
<li><a href="http://radio.lain.io/stream/lainchan.xspf">XPSF Playlist</a></li>
</ul>
<audio controls=""
preload="none"
src="http://radio.lain.io/stream/lainchan"
type="application/ogg"
style="margin: 0 5%; width: 90%; box-shadow: 0px 0px 5px black;">
<em>Your browser lacks support for OGG Vorbis files. Please open the M3U file or XSPF file in a multimedia player.</em>
</audio>
<h2>Web Client - Point your own clients to #lainchan on irc.freenode.net.</h2>
<iframe src="https://webchat.freenode.net?channels=%23lainchan&uio=MTE9MTMz98" width="766" height="400"></iframe>
</div>
</body>
</html>

Loading…
Cancel
Save