-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (54 loc) · 2.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="en">
<title>Toni's Icecast Server</title>
<link rel="stylesheet" type="text/css" href="icecast.css" title="Icecast Stylesheet">
</head>
<body>
<!-- This webpage is heavily based on https://anybrowser.org/campaign/ -->
<div id="global">
<a name="top"> </a>
<!-- HEADER BEGIN-->
<div id="header">
<h1 id="title">Toni's Icecast Server</h1>
</div>
<!-- HEADER END-->
<div id="main">
<!-- LEFT BEGIN-->
<div class="padding">
<!-- start contents -->
<h1>Welcome to my Icecast Server!</h1>
<p>Icecast is free server software for streaming multimedia.</p>
<p>Here are a few guides to get you started:</p>
<ul>
<li>
<p><a href="https://icecast.org/">Icecast official website</a></p>
</li>
</ul>
<h1>Streaming status</h1>
<p>The streaming can be listened with any podcast or music client:</p>
<ul>
<li>M3U (recommended): <a href="http://icecast.antonialoytorrens.com:7000/stream-ogg.ogg.m3u">Stream.m3u</a></li>
<li>XSPF (alternative): <a href="http://icecast.antonialoytorrens.com:7000/stream-ogg.ogg.xspf">Stream.xspf</a></li>
</ul>
<h1>LICENSES</h1>
<p>Here's the License file for the songs that are being streamed on this service: <a href="songs/LICENSE">Song Licenses</a></p>
<p>This site is only informative. If you see this page means that the server is running.</p>
<p>Antoni Aloy Torrens, 2022. This webpage is licensed under Unlicense License.</p>
<!-- end contents -->
</div>
<!-- LEFT END-->
<div class="clearwidth"> </div>
</div>
<!-- FOOTER BEGIN-->
<div id="navfooter" class="navigation">
<div class="blue_links center">
<a href="#top">Top</a> | <a href="https://github.com/antonialoytorrens/icecast-server-webpage">Source Code</a> | <a href="https://antonialoytorrens.com">My Portfolio</a> | <a href="https://blog.antonialoytorrens.com">My Blog</a>
</div>
</div>
<!-- FOOTER END-->
</div>
</body>
</html>