Holy-Unblocker/views/archive/math/index.html
BinBashBanana a84ed43f31 read the description update
- 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
2021-04-07 16:49:32 -07:00

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 &#8203; to mess with keywords. -->
<meta name="description" content="G&#8203;et p&#8203;ast in&#8203;te&#8203;r&#8203;net ce&#8203;n&#8203;s&#8203;or&#8203;sh&#8203;ip tod&#8203;a&#8203;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&#8203;ps.ap&#8203;pon&#8203;fly.co&#8203;m/" width="100%" height="100%" style="border:none;overflow:hidden" scrolling="yes" frameborder="0" allowTransparency="true" allowfullscreen="true"></iframe>
</body>
</html>