-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
29 lines (29 loc) · 1015 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
28
29
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>KEXP Streaming Player (Unsanctioned Edition)</title>
<meta name="description" content="HTML5 background kexp.org streaming audio player.">
<meta name="author" content="Karl McGuinness">
<meta name="viewport" content="width=device-width">
<script src="js/require-config.js"></script>
<script data-main="js/index" src="js/libs/require.js"></script>
</head>
<body>
<div style="text-align: center;">
<div style="
display: inline-block;
border: 20px solid #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 12px #999;
-moz-box-shadow: 0 0 12px #999;
box-shadow: 0 0 12px #999;
cursor: pointer;
">
<img id="logo" title="Click to launch KEXP Streaming Player" style="vertical-align: middle;" src=".\img\promo.png">
</div>
</div>
</body>
</html>