index.html 603 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="icon" type="image/x-icon" href="static/icon2.png">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <title>9527fun</title>
  8. </head>
  9. <body>
  10. <div id="app"></div>
  11. <!-- built files will be auto injected -->
  12. <script src="vconsole.min.js"></script>
  13. <script type="text/javascript">
  14. (function () {
  15. // open web debugger console
  16. if (typeof VConsole !== 'undefined') {
  17. window.vConsole = new VConsole();
  18. }
  19. })();
  20. </script>
  21. </body>
  22. </html>