]> git.cworth.org Git - lmno.games/blobdiff - index.html
Fix square to not be active if occupied
[lmno.games] / index.html
index c4ed9d770b69ed0a43eccf47abe1704c7d11c0fd..ec4fe0363b1618a97f47504e21b453d2df49bfa9 100644 (file)
@@ -2,6 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
     <title>LMNO Games</title>
 
 
       </form>
 
+      <h2>
+        Host a new game
+      </h2>
+
+      <p>
+        To host a new game, simply choose from one of the available
+        games below:
+
+        <ul>
+          <li>
+            <a href="empires">Empires</a>
+          </li>
+          <li>
+            <a href="empathy">Empathy</a>
+          </li>
+        </ul>
+      </p>
+
     </div>
   </body>
 </html>