-
Notifications
You must be signed in to change notification settings - Fork 1
/
background.html
33 lines (25 loc) · 895 Bytes
/
background.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
<!--
* Copyright 2018 Ghuduw. All rights reserved.
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
-->
<html>
<head>
<meta charset="utf-8">
<!-- 3rd party libraries and utilities -->
<script src="vendor/jquery/jquery.js"></script>
<script src="js/helpers.js"></script>
<!-- Radio data -->
<script src="data/radio-data.js"></script>
<!-- Ghuduw-->
<script src="js/datacontroller.js"></script>
<script src="js/taskinator-bg.js"></script>
<script src="js/radioplayer-bg.js"></script>
<!-- Static data and extension parameters -->
<script src="data/bg-variables.js"></script>
<!-- Main code -->
<script src="js/background.js"></script>
</head>
<body>
</body>
</html>