diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ Redirecting to <a href=""><span id="where"></span></a>, please wait <span id="when">3</span>s... <script charset="utf-8"> - const choices = ["cool", "uncool"]; + //const choices = ["cool", "uncool"]; + const choices = ["cool"]; const choice = choices[Math.floor(Math.random() * choices.length)]; where.innerText = choice; setTimeout(() => { |