Commit | Line | Data |
---|---|---|
625022fd | 1 | <!DOCTYPE html> |
98db2082 | 2 | <html> |
625022fd BA |
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="viewport" content="width=device-width,initial-scale=1.0"> | |
8 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | |
98db2082 | 9 | <link rel="stylesheet" |
4f887105 | 10 | href="//cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css"> |
98db2082 BA |
11 | <link rel="stylesheet" |
12 | href="//fonts.googleapis.com/css?family=Open+Sans:400,700"> | |
85e5b5c1 BA |
13 | <style> |
14 | body { | |
15 | --fore-color: #2c3e50; | |
16 | --back-color: #f2f2f2; | |
17 | } | |
18 | </style> | |
625022fd BA |
19 | </head> |
20 | <body> | |
21 | <div id="app"></div> | |
22 | <!-- built files will be auto injected --> | |
9ca1e26b BA |
23 | <!-- TODO: add only the necessary icons to mini-css custom build |
24 | <script src="//unpkg.com/feather-icons"></script> | |
25 | --> | |
625022fd BA |
26 | </body> |
27 | </html> |