forked from mon/0x40-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1 KB
/
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 lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>0x40</title>
<!-- Non minified at https://github.com/mon/0x40-web/ -->
<link rel="stylesheet" href="css/hues-min.css">
<script type="text/javascript" src="lib/hues-min.js"></script>
<script type="text/javascript">
window.addEventListener("load", function() {
var defaults = {
workersPath : "lib/workers/",
respacks : ["./respacks/Defaults_v5.0_Opaque.zip",
"./respacks/CharPackage v0.03 Opaque.zip",
"./respacks/HuesMixA.zip"
],
firstSong : "Nhato - Miss You",
};
core = new HuesCore(defaults);
});
</script>
</head>
<body>
This page requires Javascript.
</body>
</html>