1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="icon" href="https://file-node.oss-cn-shanghai.aliyuncs.com/youji/e34dd8b13d414da3ba3c9695d7404898">
- <link rel="stylesheet" type="text/css" href="<%= BASE_URL %>reset.css" />
- <link rel="stylesheet" href="//at.alicdn.com/t/c/font_4358860_xs56kkje8vh.css">
- <title>有极</title>
- </head>
- <body id="body">
- <noscript>
- <strong>
- We're sorry but Yui doesn't work properly without JavaScript enabled. Please enable it to
- continue.
- </strong>
- </noscript>
- <div id="app"></div>
- </body>
- </html>
|