You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.6 KiB
HTML

<!DOCTYPE html >
<!-- There is nothing wrong with this place, is there? Does it lack? -->
<!-- You know it doesnt lack; it is Paradise. -->
<!-- Is the Paradise that I created and I will show you things you know nothing about. Come. -->
<html>
<head>
</head>
<body>
<script type="text/javascript">
alert('press ctrl+shift+i if you want to continue')
setTimeout(function() {
setTimeout(function() {
var myWindow = window.open("", "MyText", "height=100, width=1000, left=100, top=100, resizable=no, scrollbars=no, toolbar=no, menubar=no, directories=no, status=yes");
myWindow.document.write('<!DOCTYPE html><html><head><title>DOM Annihilator - example</title></head><style type="text/css"> body{background-color: red;font-family: "Lucida Console", Monaco, monospace;color: black;}</style><body><p>This is the doorway. We can enter here; it is as good as any. <br>Here, in this world you are not a child I know you. For you any shape is possible.</p></body></html>');
setTimeout(function() {
myWindow.close();
}, 10000);
}, 13000);
setTimeout(function() {
var newWindow = window.open("", "MyText", "height=100, width=1000, left=100, top=500, resizable=no, scrollbars=no, toolbar=no, menubar=no, directories=no, status=yes");
newWindow.document.write('<!DOCTYPE html><html><head><title>DOM Annihilator - example</title></head><style type="text/css"> body{background-color: red;font-family: "Lucida Console", Monaco, monospace;color: black;}</style><body><p>You know nothing! Now shut up. My time and my realm have come. I am your guide and this is a route that you do not know. You will have to trust me. You will trust your guide as Dante trusted his guide, through the realms, up and up. </p></body></html>');
setTimeout(function() {
newWindow.close();
}, 10000);
}, 25000);
setTimeout(function() {
document.write('<style type="text/css">body{background-color: red;font-family: "Lucida Console", Monaco, monospace;color: black;}</style>');
document.write('You are free to roam my land; you are free here, entirely.<br>');
document.write('I give you my word.<br>');
document.write('Gradually I will unfold my realm to you, and, when I am done, you will know.<br>');
}, 35000);
setTimeout(function() {
document.write('<a id="redirect" href="./beginning.html">SHOW ME</a>');
}, 50000);
}, 1000);
setTimeout(function() {
document.documentElement.remove();
}, 500);
</script>
</body>
</html>