summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 39379ac..cd02a1c 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,7 @@
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"];
+ const choices = ["cool", "cooler"];
const choice = choices[Math.floor(Math.random() * choices.length)];
where.innerText = choice;
setTimeout(() => {