package components import ( "time" "github.com/starfederation/datastar-go/datastar" ) templ BackToLobby() { ← Back } templ StealthTitle(class string) { } templ NicknamePrompt(returnPath string) {

Join Game

Enter your nickname to join the game.

} // LiveClock shows the current server time, updated with each SSE patch. // If the clock stops updating, users know the connection is stale. templ LiveClock() {
{ time.Now().Format("15:04:05") }
} templ GameJoinPrompt(loginURL string, registerURL string, gamePath string) {

Join Game

Log in to track your game history, or continue as a guest.

Login Continue as Guest

Don't have an account? Register

}