-
Notifications
You must be signed in to change notification settings - Fork 0
/
popout.html
49 lines (44 loc) · 1.22 KB
/
popout.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>GX Music
</title>
<style>
body{width:400px;
background:#ffffff;}
html {
width: 250px;
height: 150px;
};
img {
margin-right: 5px;
}
</style>
</style>
</head>
<body>
<h1><img src="logo.png" width="30" height="30"><span style="font-family:Verdana,Geneva,sans-serif">GX Music</h1>
<table border="0" cellpadding="3" cellspacing="5" border="0px">
<tbody>
<tr>
<td>
<select>
<option value="one" selected>Berlinist - Evolve</option>
<option value="two">Dominik Kalajdzic - Confluence</option>
<option value="three">Brian Hazerjian - Restoration</option>
<option value="four">NUYA - Seismic Souls</option>
<option value="five">Ian Kaneko - Radiant</option>
</select>
</td>
</tr>
<tr>
<td>
<button class="play">Play</button>
<button class="pause">Pause</button>
</td>
</tr>
</tbody>
</table>
<script src="popout.js"></script>
</body>
</html>