Schess: show 'nothing' instead of the moving piece when no pocket piece is used
[vchess.git] / client / public / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>vchess - club</title>
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="description" content="Play chess variants online">
8 <meta name="robots" content="index,nofollow">
9 <meta name="viewport" content="width=device-width,initial-scale=1.0">
10 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
11 <!-- <link rel="stylesheet"
12 href="//cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css">
13 Use custom version without "vertical small tables": -->
14 <link rel="stylesheet" href="mini-custom.min.css">
15 <link rel="stylesheet"
16 href="//fonts.googleapis.com/css?family=Open+Sans:400,700">
17 </head>
18 <body>
19 <div id="app"></div>
20 <!-- built files will be auto injected -->
21 </body>
22 </html>