-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>One World Radio</title>
<link rel="stylesheet" href="assets/css/styles.css">
<script src="assets/js/script.js"></script>
</head>
<body style="-webkit-app-region: drag">
<div class="player-wrapper">
<button id="deviceBtn" style="display: none;">Pick device</button>
<video id="player" style="display: none" src controls preload="auto"></video>
<div class="player-bg"></div>
<div class="player-logo"></div>
<div class="player-button"></div>
<div class="player-data">
<div class="player-artist-wrapper">
<div class="player-artist-inner">
<div class="player-artist-heading">SUNNERY JAMES, RYAN MARCIANO, MARC VOLT</div>
<div class="player-artist-title">In My Mind (Double Pleasure Orangerie TML Winter 2019)</div>
</div>
</div>
</div>
</div>
</body>
</html>