58 lines
1.4 KiB
PHP
Executable File
58 lines
1.4 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>0x40 w0bm</title>
|
|
<link rel="stylesheet" href="css/hues-min.css">
|
|
<style>
|
|
.hues-preloader {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.hues-preloader::before {
|
|
content: "CLICK ME";
|
|
visibility: visible;
|
|
color: #339999;
|
|
position: absolute;
|
|
text-shadow: -3px 2px black;
|
|
}
|
|
|
|
body {
|
|
background: #161618;
|
|
color: white;
|
|
}
|
|
|
|
iframe {
|
|
width: 342px;
|
|
height: 50px;
|
|
border: 0!important;
|
|
display: flex;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="lib/hues-min.js"></script>
|
|
<script type="text/javascript" src="lib/zip.js"></script>
|
|
<script type="text/javascript" src="lib/zip-fs.js"></script>
|
|
<script type="text/javascript">
|
|
window.addEventListener("load", function() {
|
|
var defaults = {
|
|
workersPath : "lib/workers/",
|
|
respacks : ["/respacks/wii_remix.zip"],
|
|
volume: 0.3,
|
|
blurAmount: "high",
|
|
blurDecay: "faster!",
|
|
blurQuality: "extreme",
|
|
colourSet: "v4.20",
|
|
currentUI: "mini",
|
|
playBuildups: "on",
|
|
smartAlign: "off",
|
|
trippyMode: "on",
|
|
};
|
|
core = new HuesCore(defaults);
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|