mirror of https://github.com/kurisufriend/0x40-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
4.4 KiB
84 lines
4.4 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" >
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>0x40</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link rel="stylesheet" href="css/hues-x.css">
|
|
<link rel="stylesheet" href="css/hues-m.css">
|
|
<link rel="stylesheet" href="css/hues-r.css">
|
|
<link rel="stylesheet" href="css/hues-w.css">
|
|
<link rel="stylesheet" href="css/hues-h.css">
|
|
<link rel="stylesheet" href="css/hues-res.css">
|
|
<link rel="stylesheet" href="css/font-awesome.min.css">
|
|
<script type="text/javascript" src="js/HuesCore.js"></script>
|
|
<script type="text/javascript" src="js/HuesSettings.js"></script>
|
|
<script type="text/javascript" src="js/HuesUI.js"></script>
|
|
<script type="text/javascript" src="js/HuesInfo.js"></script>
|
|
<script type="text/javascript" src="js/HuesCanvas.js"></script>
|
|
<script type="text/javascript" src="js/ResourcePack.js"></script>
|
|
<script type="text/javascript" src="js/ResourceManager.js"></script>
|
|
<script type="text/javascript" src="js/SoundManager.js"></script>
|
|
<script type="text/javascript" src="js/lib/zip.js"></script>
|
|
<script type="text/javascript" src="js/lib/zip-fs.js"></script>
|
|
<script type="text/javascript">
|
|
window.onload = function() {
|
|
zip.workerScriptsPath = "js/lib/";
|
|
var defaults = {
|
|
respacks : [//"./respacks/Defaults_v5.0.zip",
|
|
//"./respacks/CharPackagev0.03.zip",
|
|
//"./respacks/HuesMixB.zip",
|
|
//"./respacks/PackShit.zip"
|
|
"./respacks/Halloween+Hues+v0.98.zip"
|
|
],
|
|
//load : false, //debug
|
|
autoplay : false, // debug
|
|
};
|
|
core = new HuesCore(defaults);
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="preloadHelper">
|
|
<div id="preloader">
|
|
<div id="preMain">0x00</div>
|
|
<div id="preSub"></div>
|
|
</div>
|
|
</div>
|
|
<div id="settingsHelper">
|
|
<div id="settingsWindow">
|
|
<div id="closeButton">x</div>
|
|
<div id="tabs">
|
|
<input class="tab-input" type="radio" name="tabs" id="tab1">
|
|
<label class="tab-label" for="tab1">RESOURCES</label>
|
|
<input class="tab-input" type="radio" name="tabs" id="tab2">
|
|
<label class="tab-label" for="tab2">OPTIONS</label>
|
|
<input class="tab-input" type="radio" name="tabs" id="tab3" checked>
|
|
<label class="tab-label" for="tab3">INFO</label>
|
|
<div id="tab1-content" class="tab-content">
|
|
<!-- Populated by ResourceManager.js -->
|
|
<div id="huesResources"></div>
|
|
</div>
|
|
<div id="tab2-content" class="tab-content">
|
|
<!-- Populated by HuesSettings.js -->
|
|
<div id="huesSettings"></div>
|
|
</div>
|
|
<div id="tab3-content" class="tab-content">
|
|
<div id="about">
|
|
<h1>0x40 Hues of JS, <span id="versionText"><!-- Populated by HuesInfo.js --></span></h1>
|
|
<h2>Adapted from the <a target="_blank" href="http://0x40hues.blogspot.com">0x40 Flash</a></h2>
|
|
<h2>Web-ified by <a target="_blank" href="https://github.com/mon">mon</a></h2>
|
|
<h3>With help from <a target="_blank" href="https://github.com/kepstin/0x40hues-html5">Kepstin</a></h3>
|
|
</div>
|
|
<!-- Populated by HuesInfo.js -->
|
|
<div id="reference"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Populated by HuesUI.js -->
|
|
<div id="huesUI"></div>
|
|
<canvas id="snow" class="hidden" width="1280" height="720"></canvas>
|
|
<canvas id="waifu" width="1280" height="720"></canvas>
|
|
</body>
|
|
</html> |