This commit is contained in:
blank X 2019-01-28 22:54:40 +07:00
parent 08696c365d
commit 62e654e641
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 5 additions and 2 deletions

View File

@ -10,9 +10,12 @@
<p class='ds'>He wants you to be on <a class='ds' href='https://play.skycade.net'>Skycade</a> I think :shrug: <!-- refer to index.html about the emojis --></p>
<p class='ds'>Thanks to <a class='ds' href='https://nixnet.xyz/contact'>amolith</a> for <a class='ds' href='https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font'>Dr. Smith</a>.</p>
<script>
min = 0
max = 1
var min = 0
var max = 1
console.log(min)
console.log(max)
var rn = Math.floor(Math.random()*(max-min+1)+min);
console.log(rn)
if (rn == 1) {
document.getElementById('owo').class = 'kazoo';
}