]> git.cworth.org Git - lmno.games/blobdiff - index.html
Remove extraneous closing p tag.
[lmno.games] / index.html
index 3d0842ca37896541c3742d930099694119c3a0c3..7a98c5248da40f49b15d9d87e4abf5928edbfc71 100644 (file)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8"/>
-    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
     <title>LMNO Games</title>
 
       <p>
         To host a new game, simply choose from one of the available
         games below:
-
-        <ul>
-          <li>
-            <a href="empires">Empires</a>
-          </li>
-        </ul>
       </p>
 
+      <h2>
+        Party Games (any number of players)
+      </h2>
+
+      <ul>
+        <li>
+          <a href="empires">Empires</a>
+        </li>
+        <li>
+          <a href="empathy">Empathy</a>
+        </li>
+      </ul>
+
+      <h2>
+        Strategy Games (2 players or teams)
+      </h2>
+
+      <ul>
+        <li>
+          <a href="scribe">Scribe</a>
+        </li>
+      </ul>
+
     </div>
   </body>
 </html>