forked from ferret-radio/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
116 lines (93 loc) · 3.79 KB
/
index.php
File metadata and controls
116 lines (93 loc) · 3.79 KB
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
115
116
<!DOCTYPE html>
<html lang="en">
<!--
you found me, dm Lycett#4132 for your reward
-->
<head>
<title>Sansai 山菜</title>
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link href="css/style.css" rel="stylesheet">
<link href="css/tabs.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<div id="mainimage">
<img id="steve" />
<center>
<iframe src="https://radio.sansai.uk/public/sansai.uk/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 500px; min-height: 175px; border: 0;"></iframe><br/><br/>
Check out our new stream archive <a href="https://sansai.uk/archive/" target="_blank">here</a>
</center>
</div>
<div id="about">
<img src="img/about.png" alt="about" />
<div id="about_inner">
Formed in April 2021 as a side project while on deployment in the Falkland Islands, Sansai (山菜) is a 24/7 pirate radio dedicated to providing an easygoing soundtrack to your day.<br/>
Currently, the radio is still a work in progress. I'll be modifying this site and moving things around a lot. Enjoy!<br/><br/>
</div>
</div>
<div id="staff">
<img src="img/staff.png" alt="staff" />
<div id="staff_inner">
<div id="staffimg">
<img src="img/lycett.png"/>
</div>
<div id="stafftxt">
<a href="#" target="_blank">Lycett</a> //<br/> Founder //
</div>
<div id="staffimg">
<img src="img/mickey.png"/>
</div>
<div id="stafftxt">
<a href="#" target="_blank">Mickey</a> //<br/> Founder //
</div>
<div id="staffimg">
<img src="img/krabbed.png"/>
</div>
<div id="stafftxt">
<a href="https://twitter.com/Krralled" target="_blank">Kralled</a> //<br/> DJ //
</div>
<div id="staffimg">
<img src="img/wr.png"/>
</div>
<div id="stafftxt">
<a href="https://twitter.com/WhiteRuski" target="_blank">WhiteRussian</a> //<br/> DJ //
</div>
<div id="staffimg">
<img src="img/asmirnov.png"/>
</div>
<div id="stafftxt">
<a href="https://twitter.com/asmirnovu" target="_blank">asmirnov</a> //<br/> DJ //
</div>
and all of our wonderful <a href="https://discord.gg/S9mW6GSwAS" target="_blank">contributors</a> ♡<br/>
</div>
</div>
</div>
<div id="links">
<img src="img/links.png" alt="links" />
<div id="links_inner">
View the <a href="https://sansai.uk/archive/" target="_blank">Stream Archive</a> here<br/><br/>
Join our <a href="https://discord.gg/rXAnSByHyy" target="_blank">Discord</a> server<br/><br/>
Follow our <a href="https://twitter.com/RadioSansai" target="_blank">Twitter</a> for updates<br/><br/>
View our <a href="https://github.com/SansaiRadio" target="_blank">GitHub</a> repo<br/><br/>
Stream Download Formats:<br/>
<a href="https://radio.sansai.uk/radio/8000/sansai.mp3">MP3</a> <a href="hhttps://radio.sansai.uk/radio/8000/sansai.ogg">OPUS</a> <a href="https://radio.sansai.uk/radio/8000/sansai.m4a">AAC+</a>
</div>
</div>
<div id="recent">
<img src="img/recent.png" alt="recent" />
<div id="recent_inner">
<div id="recently-played"></div>
<iframe src="https://radio.sansai.uk/public/sansai.uk/history?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 300px; border: 0;"></iframe>
</div>
</div>
<div id="chat">
<img src="img/chat.png" alt="chat" />
<div id="chat_inner">
<iframe src="https://titanembeds.com/embed/171399104188907520?css=269&scrollbartheme=minimal-dark?defaultchannel=171399104188907520" height="360" width="220" frameborder="0"></iframe>
</div>
</div>
<img id="ferret" src="img/ferret.png"/>
<script src="js/logo.js"></script>
</body>
</html>