We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe15cf0 commit 153b8e2Copy full SHA for 153b8e2
index.html
@@ -9,8 +9,7 @@
9
Redirecting to <a href=""><span id="where"></span></a>, please wait
10
<span id="when">3</span>s...
11
<script charset="utf-8">
12
- //const choices = ["cool", "uncool"];
13
- const choices = ["cool"];
+ const choices = ["cool", "cooler"];
14
const choice = choices[Math.floor(Math.random() * choices.length)];
15
where.innerText = choice;
16
setTimeout(() => {
0 commit comments