]> git.cworth.org Git - lmno.games/blob - scribe/index.html
Add a ready bit to client state, and render nothing before ready
[lmno.games] / scribe / index.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8"/>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7     <title>Scribe</title>
8
9     <link rel="stylesheet" href="/reset.css" type="text/css" />
10     <link rel="stylesheet" href="/style.css" type="text/css" />
11
12     <script src="/lmno.js"></script>
13   </head>
14   <body>
15
16     <div id="page">
17
18       <h1>Scribe</h1>
19
20       <p>
21         A game
22         by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
23         Steere</a>, implemented by permission.
24       </p>
25
26       <div id="message-area">
27       </div>
28
29       <form onsubmit="lmno_new('scribe'); return false;">
30         <button type="submit">
31           Host a new game
32         </button>
33       </form>
34
35     </div>
36
37   </body>
38 </html>