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.
14 lines
540 B
14 lines
540 B
extends ../../template/template
|
|
|
|
block title
|
|
| Setup Complete!
|
|
block content
|
|
| You're all done! Time to just play the game.
|
|
br
|
|
| If you'd like to reconfigure the game's channels, click one of the buttons below.
|
|
block link
|
|
a(href=gameModeUrl, rel="nofollow") Start the Game!
|
|
a(href=gameSetupUrl, rel="nofollow") Reconfigure Game Channel
|
|
a(href=adminSetupUrl, rel="nofollow") Reconfigure Admin Channel
|
|
a(href=clearUrl, rel="nofollow") Clear All Channels
|
|
a(href=shutdownUrl, rel="nofollow") Shut Down Server |