Skip to content

Commit 153b8e2

Browse files
the greates version ever
1 parent fe15cf0 commit 153b8e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
Redirecting to <a href=""><span id="where"></span></a>, please wait
1010
<span id="when">3</span>s...
1111
<script charset="utf-8">
12-
//const choices = ["cool", "uncool"];
13-
const choices = ["cool"];
12+
const choices = ["cool", "cooler"];
1413
const choice = choices[Math.floor(Math.random() * choices.length)];
1514
where.innerText = choice;
1615
setTimeout(() => {

0 commit comments

Comments
 (0)