mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-17 13:30:01 -04:00
29 lines
433 B
HTML
29 lines
433 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Retrohaunt</title>
|
|
<meta charset="utf-8" />
|
|
<script src="https://cdn.jsdelivr.net/gh/BinBashBanana/gstore/html5games/retrohaunt/bundle.js" defer></script>
|
|
<style>
|
|
body {
|
|
background-color:#000;
|
|
overflow:hidden;
|
|
}
|
|
canvas {
|
|
height:100%;
|
|
}
|
|
canvas, img {
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
}
|
|
img {
|
|
visibility:hidden;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="levels.png" />
|
|
<canvas></canvas>
|
|
</body>
|
|
</html>
|