kya项目

index.html 674B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  8. <link
  9. rel="stylesheet"
  10. href="//at.alicdn.com/t/font_1480998_rnn2332fqo.css"
  11. />
  12. <title>kya</title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong
  17. >We're sorry but kya doesn't work properly without JavaScript enabled.
  18. Please enable it to continue.</strong
  19. >
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>