blob: 66a685d50fe95d1e7b0bf7da374c3db1d603254f (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="http://arf20.com/style.css">
<title>ARFNET</title>
</head>
<body>
<header><a href="/">
<img src="http://arf20.com/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<main>
<h2 class="center">Radio</h2>
<p>Listen to ARFNET Internet Radio<br>
Weird nice music arf20 likes</p>
<audio controls>
<source src="/stream" type="audio/ogg">
</audio>
</main>
</body>
</html>
|