-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.html
48 lines (48 loc) · 1.65 KB
/
options.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>KEXP Streaming Player (Unsanctioned Edition) - Options</title>
<meta name="author" content="Karl McGuinness">
<link rel="stylesheet" href="less/options.css">
<link rel="stylesheet" href="less/font-awesome.css">
<script src="js/require-config.js"></script>
<script data-main="js/options" src="js/libs/require.js"></script>
</head>
<body>
<div class="container">
<div class="section">
<div class="content">
<img class="logo" src=".\img\promo.png">
</div>
</div>
<div class="section">
<div class="content">
<div id="region-main"></div>
</div>
</div>
<div class="section">
<div class="content">
<div id="region-about" class="kexp-box kexp-box-striped">
<div>
<p>
This extension is <a href="https://github.com/mcguinness/kexp-extension"
title="github">powered</a> by BSD/MIT licensed open source software,
and is not associated or endorsed by <a href="http://www.kexp.org"
title="kexp.org" data-chrometab="active">kexp.org</a>.
</p>
<p>
<em>Thanks for downloading!</em>
</p>
<p>
Comments: <a href="https://twitter.com/intent/tweet?screen_name=jankytweet" class="twitter-mention-button"
data-related="jankytweet">Tweet to @jankytweet</a> or email <a href="mailto:[email protected]">
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>