This commit is contained in:
Gary 2024-09-02 20:38:57 -07:00
parent 03819d8947
commit 7ff7a88d0b
2 changed files with 107 additions and 0 deletions

BIN
assets/favicon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -0,0 +1,107 @@
<html>
<head>
<title>honey</title>
</head>
<body style="background-color: black; font-family: courier; color: #05fa0d">
<span id="content"></span
><span style="height: 20px; width: 20px; background-color: #05fa0d"
>&nbsp;</span
>
<style>
#hidden-in-plain-sight {
visibility: hidden;
}
</style>
<img />
<a
id="hidden-in-plain-sight"
href="https://rumble.com/v2bkwu4-the-x-factor-winner-altiyan-childs-exposes-everything-freemasons-secret-soc.html"
>Now you see me</a
>
<script>
var menu = [
"LOADING....................................................... ",
" ",
" ",
" ",
" ",
" ",
"BEGIN TRANSMISSION....................................................... ",
" ",
" ",
" ",
" ",
" ",
"My son,",
" eat thou honey, because it is good; ",
"and the honeycomb, which is sweet to thy taste:",
"So shall the knowledge of wisdom be unto thy soul:",
"when thou hast found it, then there shall be a reward,",
"and thy expectation shall not be cut off.",
" ",
" ",
" ",
" ",
" ",
/*
\ /
\ o ^ o /
\ ( ) /
____________(%%%%%%%)____________
( / / )%%%%%%%( \ \ )
(___/___/__/ \__\___\___)
( / /(%%%%%%%)\ \ )
(__/___/ (%%%%%%%) \___\__)
/( )\
/ (%%%%%) \
(%%%)
!
*/
" ",
" ",
" ",
"END TRANSMISSION....................................................... ",
" ",
" ",
" ",
"☧",
" ",
" ",
" ",
"SCHEDULED DELETION 9/24/24",
],
i = 0,
j,
item,
html,
e = document.getElementById("content"),
doChar = function () {
e.innerHTML += item[j++];
if (j < item.length) {
setTimeout(doChar, 20);
} else {
e.innerHTML += "<br/>";
doItem();
}
},
doItem = function () {
if (i < menu.length) {
item = menu[i++];
j = 0;
doChar();
}
};
doItem();
</script>
<img
id="hidden-in-plain-sight"
width="50px"
height="50px"
src="assets/favicon.jpg"
alt="scan"
/>
</body>
</html>