Forgot min and max
This commit is contained in:
parent
35d1f5230d
commit
000e3b290a
|
@ -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'>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>
|
<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>
|
<script>
|
||||||
|
min = 0
|
||||||
|
max = 1
|
||||||
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||||
bodyc = document.getElementById('owo').class;
|
bodyc = document.getElementById('owo').class;
|
||||||
if (rn == 1) {
|
if (rn == 1) {
|
||||||
|
|
Loading…
Reference in New Issue