summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5742b1c..39379ac 100644
--- a/index.html
+++ b/index.html
@@ -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(() => {