blankx.gitlab.io/public/quotes.html

83 lines
3.3 KiB
HTML

<html>
<head>
<title>/blankX/quotes.html</title>
<meta name='description' context='/blankx/quotes.html.txt: "blank X has unblanked from the X world"'>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class='container'>
<h1>/blankx/quotes.html</h1>
<p class='green'>"blank X has unblanked from the X world"</p>
<br>
<div id='tocid' class='tocclass' width=100%>
<iframe width=100% height=50% src='toc.html'></iframe>
</div>
<div id='shodiv'></div>
<br>
<a class='quoting'>"blank X has unblanked from the X world"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"The Ape has returned to his jungle"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"What is going on right now?"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"The blank entity has exhibited signs of awareness. - 02/05/19, The Ape"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"This is quote town"</a><p class='h' aria-hidden='true'></p>
<a class='quoting' id='ret'>"This ------ed guy is the one who started it :----------D"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"Touhou Garbage"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"Were you the ball?"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"Ok, let's listen to the best song in the entire world."</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"Remember the Commodore 64 please."</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"I'M A RAT!"</a><p class='h' aria-hidden='true'></p>
<a class='quoting'>"I'm not a Ni ga <!-- the n word basically -->"</a><p class='h' aria-hidden='true'></p>
<a class='quoting' id='wus'>"I'm a ----"</a><p class='h' aria-hidden='true'></p>
<a class='quoting' id='shiz'>"Kanji is basically... complex ----"</a><p class='h' aria-hidden='true'></p>
<a class='quoting' id='shio'>"No ----"</a><p class='h' aria-hidden='true'></p>
<a class='quoting' href='https://youtu.be/dAqC07wsbOk?t=274'>"Hiss and scratch"</a><p class='h' aria-hidden='true'></p>
<script src='toc.js'></script>
<p aria-hidden=true class='h' id='hh'>0</p>
<script>
var retunun = '"This ------ed guy is the one who started it :----------D"';
var retun = '"This retarded guy is the one who started it :----------D"';
var wusunun = '"I\'m a ----"';
var wusun = '"I\'m a wuss"';
var shizunun = '"Kanji is basically... complex ----"';
var shizun = '"Kanji is basically... complex shit"';
var shiounun = '"No ----"';
var shioun = '"No shit"';
var p = "<p id='sho' onclick='s()'>Show swear words (Yes, this is clickable)</p>";
var inn = document.getElementById("shodiv");
inn.innerHTML = p;
var rett = document.getElementById("ret");
var wuss = document.getElementById("wus");
var shiz = document.getElementById("shiz");
var shii = document.getElementById("shio");
var shoo = document.getElementById("sho");
var ffff = document.getElementById("hh");
function shows() {
rett.innerHTML = retun;
wuss.innerHTML = wusun;
shiz.innerHTML = shizun;
shio.innerHTML = shioun;
shoo.innerHTML = "Hide swear words";
}
function hides() {
rett.innerHTML = retunun;
wuss.innerHTML = wusunun;
shiz.innerHTML = shizunun;
shio.innerHTML = shiounun;
shoo.innerHTML = "Show swear words";
}
function s() {
if (ffff.innerHTML == "0") {
shows()
ffff.innerHTML = "1";
} else {
hides()
ffff.innerHTML = "0";
}
}
</script>
</body>
</html>