-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (95 loc) · 4.81 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html ⚡ lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="description" content="swarmstation radio space">
<link rel="preload" as="script" href="https://cdn.ampproject.org/v0.js">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-audio" src="https://cdn.ampproject.org/v0/amp-audio-0.1.js"></script>
<script async custom-element="amp-anim" src="https://cdn.ampproject.org/v0/amp-anim-0.1.js"></script>
<script async custom-element="amp-video" src="https://cdn.ampproject.org/v0/amp-video-0.1.js"></script>
<script type="text/javascript" src="https://hosted.muses.org/mrp.js"></script>
<!-- Import other AMP Extensions here -->
<style amp-custom>
/* Add your styles here */
body {
background-color: #000
}
#console {
font-family: courier, monospace;
color: #888888;
width:454px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
font-size:14px;
}
a {
color: #0bc;
text-decoration: none;
}
#a {
color: #0f0;
}
#c {
color: #0bc;
}
#b {
color: #ff0096;
}
#k {
animation: change 1s;
}
#op{
color: #888888
}
@keyframes change {
0% { color: #0f0; }
50% { color: #0f0; }
99% { color: black; }
}
</style>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<link rel="canonical" href=".">
<title>swarmstation radio - space drone music</title>
</head>
<body>
<div id="console">
<amp-anim width="454" height="256" src="swarmstation2.gif">
<amp-img placeholder width="454" height="256" src="swarmstation2.gif">
</amp-img>
</amp-anim>
<br><br>
<span id="a">root@swarmstation</span>:<span id="b">~</span><span id="c">$</span> cat intro.txt<br/><br/>
This internet radio station tries to immerse you in a certain feeling. To let you escape for a moment, hear relaxing music and enjoy this feeling.<br>
This station is independent and non-commercial, we are doing it out of love for this music.
<br> Stream is 320KB/s Quality (max.) <br>
<amp-audio
width="auto"
height="50"
src="https://swarmstation.radioca.st/stream"
artwork="https://yourhost.com/artworks/artwork.png"
autoplay>
<div fallback>Your browser doesn’t fully support HTML5 audio</div>
</amp-audio>
<!-- http://stream.swarmstation.fm:8231/status-json.xsl -->
Stream Links:
<a href="http://stream.swarmstation.fm:2199/tunein/swarmstation.pls">http://stream.swarmstation.fm:2199/tunein/swarmstation.pls</a><br>
<a href="http://stream.swarmstation.fm:2199/tunein/swarmstation.asx">http://stream.swarmstation.fm:2199/tunein/swarmstation.asx</a><br>
<a href="http://stream.swarmstation.fm:2199/tunein/swarmstation.ram">http://stream.swarmstation.fm:2199/tunein/swarmstation.ram</a><br>
<a href="http://stream.swarmstation.fm:2199/tunein/swarmstation.qtl">http://stream.swarmstation.fm:2199/tunein/swarmstation.qtl</a><br>
<a href="https://swarmstation.radioca.st/stream">https://swarmstation.radioca.st/stream</a><br>
<a href="http://stream.swarmstation.fm:8231/stream">http://stream.swarmstation.fm:8231/stream</a><br>
<a href="https://www.mixer.com/swarmstation">https://www.mixer.com/swarmstation</a><br>
<a href="https://www.twitch.tv/swarmstation">https://www.twitch.tv/swarmstation</a><br>
<a href="https://www.pscp.tv/SwarmStation/">https://www.pscp.tv/SwarmStation/</a><br>
<br>@swarmstation on twitter<br>
<br><br><span id="a">root@swarmstation</span>:<span id="b">~</span><span id="c">$</span> cat changelog.txt<br/>
<a href=changelog.txt>Download</a>
<br><br>
Links:
<a href="http://www.internet-radio.com">internet-radio.com</a>
</div>
</body>
</html>