index.html 491 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
  6. <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
  7. <meta http-equiv="Cache-Control" CONTENT="no-cache, must-revalidate">
  8. <meta http-equiv="expires" CONTENT="0">
  9. <link rel="icon" type="image/x-icon" href="static/shop.ico">
  10. <title>商家入驻</title>
  11. </head>
  12. <body>
  13. <div id="app"></div>
  14. <!-- built files will be auto inject-->
  15. </body>
  16. </html>