Blame view

pc-master/index.html 535 Bytes
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <!DOCTYPE html>
  <html>
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"/>
      <meta HTTP-EQUIV ="pragma" CONTENT="no-cache">
      <meta http-equiv="Cache-Control"CONTENT="no-cache, must-revalidate">
      <meta http-equiv="expires"CONTENT="0">
      <!-- <link rel="icon" type="image/x-icon" href="static/cereshop.ico"> -->
      <title>锦江公园</title>
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto inject-->
    </body>
  </html>