mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 21:10:03 -04:00

- Tidy up backend JS - Tidy up frontend JS - Add Emulators - Add frame page for all stealth pages - Add random invisible cooking inserts - Fix header misalignment - Random other tiny fixes and improvements
48 lines
No EOL
1.6 KiB
HTML
48 lines
No EOL
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
<!-- Important: Use ​ to mess with keywords. -->
|
|
<meta name="description" content="G​et p​ast in​te​r​net ce​n​s​or​sh​ip tod​a​y!
|
|
|
|
:D">
|
|
<style type="text/css">
|
|
body,
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Popup -->
|
|
<script type="text/javascript">
|
|
function PopUp(hideOrshow) {
|
|
if (hideOrshow == 'hide') document.getElementById('ac-wrapper').style.display = "none";
|
|
else document.getElementById('ac-wrapper').removeAttribute('style');
|
|
}
|
|
window.onload = function() {
|
|
setTimeout(function() {
|
|
PopUp('show');
|
|
}, 100);
|
|
}
|
|
</script>
|
|
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
|
|
<div id="ac-wrapper" style='display:none'>
|
|
<div id="popup">
|
|
<center>
|
|
<h2>Don't type anything on login. Just press enter to use the VM.</h2>
|
|
<input type="submit" name="submit" value="Got It" onClick="PopUp('hide')" />
|
|
</center>
|
|
</div>
|
|
</div>
|
|
<!-- Frame -->
|
|
<iframe src="//v​ps.ap​pon​fly.co​m/" width="100%" height="100%" style="border:none;overflow:hidden" scrolling="yes" frameborder="0" allowTransparency="true" allowfullscreen="true"></iframe>
|
|
</body>
|
|
|
|
</html> |