]> git.cworth.org Git - lmno.games/blobdiff - scribe/index.html
Initial implementation of Scribe
[lmno.games] / scribe / index.html
diff --git a/scribe/index.html b/scribe/index.html
new file mode 100644 (file)
index 0000000..7638db9
--- /dev/null
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+    <title>Scribe</title>
+
+    <link rel="stylesheet" href="/reset.css" type="text/css" />
+    <link rel="stylesheet" href="/style.css" type="text/css" />
+
+    <script src="/lmno.js"></script>
+  </head>
+  <body>
+
+    <div id="page">
+
+      <h1>Scribe</h1>
+
+      <p>
+        A game
+        by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
+        Steere</a>, implemented by permission.
+      </p>
+
+      <div id="message-area">
+      </div>
+
+      <form onsubmit="lmno_new('scribe'); return false;">
+        <button type="submit">
+          Host a new game
+        </button>
+      </form>
+
+    </div>
+
+  </body>
+</html>