forked from Jonathan/Peradventure
Session tokens control player options for create / login
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<% end %>
|
||||
<article class="container-fluid">
|
||||
<p style="text-align: center;">Game</p>
|
||||
<main style="width: 50%;" class="container" id="map" hx-get="/map/render" hx-trigger="every 1s,load">
|
||||
<main style="width: 50%;" class="container" id="map" hx-get="/map/render" hx-trigger="every 10s,load">
|
||||
</main>
|
||||
<div>
|
||||
<% render("views.player_ui") %>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
<article style="text-align: center;">
|
||||
<h3>Log In / Create Game</h3>
|
||||
<p>Player will be created if player name does not already exist.</p>
|
||||
<p>Player will be created if player name does not already exist. Names may not contain whitespace.</p>
|
||||
<form>
|
||||
<div class="grid">
|
||||
<input type="text" name="playername">
|
||||
|
Reference in New Issue
Block a user