| 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 | <link rel="stylesheet" |
| 18 | href="https://fonts.googleapis.com/css?family=Fira+Code&display=swap"> |
| 19 | </head> |
| 20 | <body> |
| 21 | <div id="app"></div> |
| 22 | <!-- built files will be auto injected --> |
| 23 | </body> |
| 24 | </html> |