-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalternative.html
More file actions
46 lines (43 loc) · 1.98 KB
/
alternative.html
File metadata and controls
46 lines (43 loc) · 1.98 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>instela.fm yedek</title>
<meta name="description" content="instela.fm yedek">
<meta name="author" content="thedewil">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://hostingshoutcast.com/player/radiodemo/css/icast.min.css" rel="stylesheet" type="text/css">
<link href="https://hostingshoutcast.com/player/radiodemo/demo_files/demo.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
<meta property="og:title" content="instela.fm" />
<meta property="og:site_name" content="instela.fm" />
<meta property="og:url" content="https://fm.instela.com" />
<meta property="og:description" content="instela.fm" />
<meta property="og:image" content="https://fm.instela.com/logo512.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="player" />
<meta name="twitter:title" content="instela.fm" />
<meta name="twitter:description" content="https://fm.instela.com" />
<meta name="twitter:image" content="https://fm.instela.com/logo512.png" />
<meta itemscope itemtype="http://schema.org/Article" />
<meta itemprop="headline" content="instela.fm" />
<meta itemprop="description" content="instela.fm" />
<meta itemprop="image" content="https://fm.instela.com/logo512.png" />
<meta property="og:image" content="https://fm.instela.com/logo512.png" />
<div id='hidden' style='display:none;'><img src="https://fm.instela.com/logo512.png"></div>
</head>
<body>
<div class="icast" id="stream1"></div>
<script src="js/icast.min.js"></script>
<script>
$("#stream1").icast({
URL: "http://us4.internet-radio.com:8258/",
version: "2",
show_listeners: false,
autoplay: true,
logo: "https://fm.instela.com/logo512.png",
cors: "http://us4.internet-radio.com:8258/",
})
</script>
</body>
</html>