Quotes
This commit is contained in:
parent
08696c365d
commit
62e654e641
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue