-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
83 lines (69 loc) · 3.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta name="author" content="NTS Radio">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="alexaVerifyID" content="0nB4V_obvRJ_aeYCgb4upBX4x7Y"/>
<link rel="stylesheet" href="https://ntslive.github.io/afx/public/css/style.css?t=1496675932"/>
<!-- <link rel="stylesheet" href="public/css/style.css?t=1496675932"/> -->
<title>Aphex Twin | NTS</title>
<meta name="description" content="Aphex Twin, Saturday 3rd June, Live Video Stream From Field Day.">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Aphex Twin | NTS" />
<meta name="twitter:site" content="@NTSLive" />
<meta name="twitter:description" content="Aphex Twin, Saturday 3rd June, Live Video Stream From Field Day." />
<meta name="twitter:image" content="http://www.nts.live/projects/aphex-twin/public/img/socials_3.jpg" />
<meta property="og:title" content="Aphex Twin | NTS" />
<meta property="og:site_name" content="NTS" />
<meta property="og:description" content="Aphex Twin, Saturday 3rd June, Live Video Stream From Field Day.">
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.nts.live/projects/aphex-twin"/>
<meta property="og:image" content="http://www.nts.live/projects/aphex-twin/public/img/socials_3.jpg"/>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous" type="text/javascript"></script>
<script type="text/javascript" defer>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-6061419-3', 'auto');
$(document).ready(function() {
$('#stream-warp-link').on('click', function() {
ga('send', 'event', 'Aphex', 'GoTo-WarpLink-Stream');
});
$('#stream-nts-link').on('click', function() {
ga('send', 'event', 'Aphex', 'GoTo-NTS-Stream');
});
});
</script>
</head>
<body>
<div id="youtube-stream">
<div id="youtube-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/nzvLiwUK3R8?autoplay=1&showinfo=0&iv_load_policy=3&rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div id="stream-links">
<a id="stream-warp-link" href="http://aphextwin.warp.net/" target="_blank" style="float: right;">aphextwin.warp.net</a>
<a id="stream-nts-link" class="stream-nts-link" href="http://www.nts.live" target="_blank" style="float: left;">
<img src="https://ntslive.github.io/afx/public/img/nts_white.png" />
</a>
<a id="stream-fieldday-link" href="https://www.facebook.com/fielddaylondon/" target="_blank">
<img src="https://ntslive.github.io/afx/public/img/fieldday.png" />
</a>
</div>
<p id="stream-desc">
Aphex Twin, Saturday 3rd June, Live Video Stream From Field Day.
</p>
</div>
</body>
</html>