]> git.cworth.org Git - lmno.games/blob - empathy/index.html
Initial framework for an Empathy game
[lmno.games] / empathy / 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>The Game of Empires</title>
8
9     <link rel="stylesheet" href="/reset.css" type="text/css" />
10     <link rel="stylesheet" href="/style.css" type="text/css" />
11   </head>
12   <body>
13
14     <script src="/lmno.js"></script>
15
16     <div id="page">
17
18       <h1>The Game of Empathy</h1>
19
20       <p>
21         You don't need to be right, you just need to agree with your
22         friends.
23       </p>
24
25       <div id="message-area">
26       </div>
27
28       <form onsubmit="lmno_new('empathy'); return false;">
29         <button type="submit">
30           Host a new game
31         </button>
32       </form>
33
34     </div>
35   </body>
36 </html>