| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="icon" type="image/x-icon" href="static/icon2.png">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <title>9527fun</title>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- <script src="vconsole.min.js"></script>
- <script type="text/javascript">
- (function () {
- // open web debugger console
- if (typeof VConsole !== 'undefined') {
- window.vConsole = new VConsole();
- }
- })();
- </script>
- </body>
- </html>
|