Forgot min and max

This commit is contained in:
blank X 2019-01-28 22:49:00 +07:00
parent 35d1f5230d
commit 000e3b290a
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<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 rn = Math.floor(Math.random()*(max-min+1)+min);
bodyc = document.getElementById('owo').class;
if (rn == 1) {