Schess: show 'nothing' instead of the moving piece when no pocket piece is used
[vchess.git] / client / public / index.html
index ab456c2..f93aa0e 100644 (file)
@@ -4,18 +4,16 @@
     <meta charset="utf-8">
     <title>vchess - club</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="description" content="Play chess variants online">
+    <meta name="robots" content="index,nofollow">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <link rel="stylesheet"
+    <!-- <link rel="stylesheet"
       href="//cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css">
+    Use custom version without "vertical small tables": -->
+    <link rel="stylesheet" href="mini-custom.min.css">
     <link rel="stylesheet"
       href="//fonts.googleapis.com/css?family=Open+Sans:400,700">
-    <style>
-      body {
-        --fore-color: #2c3e50;
-        --back-color: #f2f2f2;
-      }
-    </style>
   </head>
   <body>
     <div id="app"></div>