index.html 377 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <link rel="shortcut icon" type="image/x-icon" href="./static/favicon.ico" rel="external nofollow" />
  7. <title>PropertyH5</title>
  8. </head>
  9. <body>
  10. <div id="app"></div>
  11. <!-- built files will be auto injected -->
  12. </body>
  13. </html>