]> git.cworth.org Git - lmno.games/blobdiff - empathy/index.html
Initial framework for an Empathy game
[lmno.games] / empathy / index.html
diff --git a/empathy/index.html b/empathy/index.html
new file mode 100644 (file)
index 0000000..d250dc8
--- /dev/null
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+    <title>The Game of Empires</title>
+
+    <link rel="stylesheet" href="/reset.css" type="text/css" />
+    <link rel="stylesheet" href="/style.css" type="text/css" />
+  </head>
+  <body>
+
+    <script src="/lmno.js"></script>
+
+    <div id="page">
+
+      <h1>The Game of Empathy</h1>
+
+      <p>
+        You don't need to be right, you just need to agree with your
+        friends.
+      </p>
+
+      <div id="message-area">
+      </div>
+
+      <form onsubmit="lmno_new('empathy'); return false;">
+        <button type="submit">
+          Host a new game
+        </button>
+      </form>
+
+    </div>
+  </body>
+</html>