12345678910111213141516 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>BIM</title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
- <link rel="stylesheet" href="<%= BASE_URL %><%= VUE_APP_STATIC_DIR %>/lib/iconfont/iconfont.css" />
- </head>
- <body>
- <noscript>
- <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- </body>
-
- </html>
|