You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
425 B
13 lines
425 B
extends ../../template/template
|
|
|
|
block title
|
|
| Game Starting
|
|
block content
|
|
| You got it! The game is being started up now...
|
|
| If you aren't automatically redirected after a few seconds, click the button below.
|
|
script.
|
|
setTimeout(() => {
|
|
document.getElementById("startButton").click()
|
|
}, 3000)
|
|
block link
|
|
a(href=startedUrl, id="startButton", rel="nofollow") Verify Game Started |