]> git.cworth.org Git - lmno.games/blobdiff - empires/index.html
empires: Defer to top-level style sheet for as much as possible
[lmno.games] / empires / index.html
index 4feaaf93695bfeba1a543ee4834a8ce2dc517ba0..83fcc0f2ddfd87f379fc13ebfb725498d8b2b958 100644 (file)
@@ -6,7 +6,8 @@
 
     <title>The Game of Empires</title>
 
-    <link rel="stylesheet" href="reset.css" type="text/css" />
+    <link rel="stylesheet" href="/reset.css" type="text/css" />
+    <link rel="stylesheet" href="/style.css" type="text/css" />
     <link rel="stylesheet" href="style.css" type="text/css" />
   </head>
 <body>
 
 <div id="page">
 
+  <span style="float:right;cursor:pointer" onclick="toggle_host_tools()">
+    ⚙
+  </span>
+
+  <div id="host-tools">
+    <button onclick="post_reveal()">
+      Reveal Characters
+    </button>
+    <button onclick="post_start()">
+      Start Game
+    </button>
+    <button onclick="post_reset()">
+      Reset Game
+    </button>
+  </div>
+
   <div id="message-area">
   </div>