<div id="message-area">
</div>
+ <form onsubmit="lmno_join(this); return false">
+
+ <div class="form-field large">
+ <label for="id">Game ID</label>
+ <input type="text" id="id" maxlength="4"
+ placeholder="Enter a 4-letter Game Code"
+ oninput="this.value = this.value.toUpperCase()"
+ autocomplete="off"
+ required
+ autofocus>
+ </div>
+
+ <div class="form-field large">
+ <button type="submit">
+ Join Game
+ </button>
+ </div>
+
+ </form>
+
<form onsubmit="lmno_new('empathy'); return false;">
<button type="submit">
Host a new game
<div id="message-area">
</div>
+ <form onsubmit="lmno_join(this); return false">
+
+ <div class="form-field large">
+ <label for="id">Game ID</label>
+ <input type="text" id="id" maxlength="4"
+ placeholder="Enter a 4-letter Game Code"
+ oninput="this.value = this.value.toUpperCase()"
+ autocomplete="off"
+ required
+ autofocus>
+ </div>
+
+ <div class="form-field large">
+ <button type="submit">
+ Join Game
+ </button>
+ </div>
+
+ </form>
+
<form onsubmit="lmno_new('empires'); return false;">
<button type="submit">
Host a new game
<div id="message-area">
</div>
+ <form onsubmit="lmno_join(this); return false">
+
+ <div class="form-field large">
+ <label for="id">Game ID</label>
+ <input type="text" id="id" maxlength="4"
+ placeholder="Enter a 4-letter Game Code"
+ oninput="this.value = this.value.toUpperCase()"
+ autocomplete="off"
+ required
+ autofocus>
+ </div>
+
+ <div class="form-field large">
+ <button type="submit">
+ Join Game
+ </button>
+ </div>
+
+ </form>
+
<form onsubmit="lmno_new('letterrip'); return false;">
<button type="submit">
Host a new game
<div id="message-area">
</div>
+ <form onsubmit="lmno_join(this); return false">
+
+ <div class="form-field large">
+ <label for="id">Game ID</label>
+ <input type="text" id="id" maxlength="4"
+ placeholder="Enter a 4-letter Game Code"
+ oninput="this.value = this.value.toUpperCase()"
+ autocomplete="off"
+ required
+ autofocus>
+ </div>
+
+ <div class="form-field large">
+ <button type="submit">
+ Join Game
+ </button>
+ </div>
+
+ </form>
+
<form onsubmit="lmno_new('scribe'); return false;">
<button type="submit">
Host a new game
<div id="message-area">
</div>
+ <form onsubmit="lmno_join(this); return false">
+
+ <div class="form-field large">
+ <label for="id">Game ID</label>
+ <input type="text" id="id" maxlength="4"
+ placeholder="Enter a 4-letter Game Code"
+ oninput="this.value = this.value.toUpperCase()"
+ autocomplete="off"
+ required
+ autofocus>
+ </div>
+
+ <div class="form-field large">
+ <button type="submit">
+ Join Game
+ </button>
+ </div>
+
+ </form>
+
<form onsubmit="lmno_new('tictactoe'); return false;">
<button type="submit">
Host a new game