-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathincoming.html
112 lines (91 loc) · 4.32 KB
/
incoming.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
<!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"/>
<!--<link rel="stylesheet" href="public/css/style.css"/>-->
<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 src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js" type="text/javascript"></script>
<script src="https://www.gstatic.com/firebasejs/3.9.0/firebase.js"></script>
<script src="https://ntslive.github.io/afx/public/js/prod.js?t=1496675932" type="text/javascript"></script>
<!--<script src="client.js" type="text/javascript" defer></script>-->
</head>
<body>
<div id="error-message">
ERROR
</div>
<div id="success-message">
ACCESS GRANTED
</div>
<audio id="aphex-audio" controls loop autoplay >
<source src="https://ntslive.github.io/afx/public/audio/afx_2.mp3" type="audio/mpeg">
</audio>
<div id="player">
<span id="player-play" class="icon icon-play"></span>
<span id="player-pause" class="icon icon-pause"></span>
</div>
<div id="aphex-page">
<div id="aphex-gif-container">
<img src="https://ntslive.github.io/afx/public/img/afx_3.gif"/>
</div>
<div id="aphex-console-container">
<div id="console">
<div class="console-row">
<span id="countdown"></span>
</div>
<div class="console-row">
<span id="date-label"></span>
</div>
<div class="console-row">
<span id="location-label">VIDEO.STREAM.LIVE.FROM.FIELD.DAY</span>
</div>
<div class="console-row">
<span class="aphexDotPadding"></span>
</div>
<div class="console-row">
<span class="aphexDotPadding"></span>
</div>
<div class="console-row">
<form id="console-entry-form" autocomplete="off">
<input id="console-entry" type="text" placeholder="please enter" maxlength="60" >
<input type="submit" style="visibility: hidden;" />
</form>
</div>
</div>
<div id="links-bottom">
<div>
<a id="nts-link" href="http://www.nts.live" target="_blank">
<img src="https://ntslive.github.io/afx/public/img/nts_white.png" />
</a>
<a id="warp-link" href="https://warp.net/" target="_blank">
<img src="https://ntslive.github.io/afx/public/img/warp.png" />
</a>
<a id="fieldday-link" href="http://fielddayfestivals.com/" target="_blank">
<img src="https://ntslive.github.io/afx/public/img/fieldday.png" />
</a>
</div>
</div>
</div>
</div>
<div id="queeny"></div>
</body>
</html>