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
452 B
13 lines
452 B
3 years ago
|
extends ../../template/template
|
||
|
|
||
|
block title
|
||
|
| Game Stopping
|
||
|
block content
|
||
|
| You got it! The game is being stopped and returned to the setup phase now...
|
||
|
| If you aren't automatically redirected after a few seconds, click the button below.
|
||
|
script.
|
||
|
setTimeout(() => {
|
||
|
document.getElementById("stopButton").click()
|
||
|
}, 3000)
|
||
|
block link
|
||
|
a(href=stoppedUrl, id="stopButton", rel="nofollow") Verify Game Stopped
|