1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <meta http-equiv="X-UA-Compatible" content="IE=9;IE=EDGE">
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- <title>学习登录</title>
- </head>
- <body style="margin:0px;">
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|