Attempt to clarify installation instructions a little
[vchess.git] / client / public / index.html
CommitLineData
625022fd 1<!DOCTYPE html>
98db2082 2<html>
625022fd
BA
3 <head>
4 <meta charset="utf-8">
dac39588
BA
5 <title>vchess - club</title>
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
4ec83d37
BA
7 <meta name="description" content="Play chess variants online">
8 <meta name="robots" content="index,nofollow">
625022fd
BA
9 <meta name="viewport" content="width=device-width,initial-scale=1.0">
10 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
bd76b456 11 <!-- <link rel="stylesheet"
4f887105 12 href="//cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css">
bd76b456
BA
13 Use custom version without "vertical small tables": -->
14 <link rel="stylesheet" href="mini-custom.min.css">
dac39588
BA
15 <link rel="stylesheet"
16 href="//fonts.googleapis.com/css?family=Open+Sans:400,700">
d54f6261
BA
17 <link rel="stylesheet"
18 href="https://fonts.googleapis.com/css?family=Fira+Code&display=swap">
625022fd
BA
19 </head>
20 <body>
21 <div id="app"></div>
22 <!-- built files will be auto injected -->
23 </body>
24</html>