Blame view

index.html 422 Bytes
47bf01f4   Andy   add
1
  <!DOCTYPE html>
00a57799   liuqimichale   init
2
3
4
5
6
7
  <html>
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1.0">
      <title>兰州沙盘</title>
      <link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
4d234fc3   liuqimichale   关闭esl
8
      <link rel="stylesheet" href="src/style/reset.css" type="text/css">
00a57799   liuqimichale   init
9
10
11
12
13
14
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>