| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <link href="/css/preloading.css" rel="stylesheet" type="text/css">
- <title>CWG-管理系统</title>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
- Please enable it to continue.</strong>
- </noscript>
- <div id="app">
- <!-- preloadidng -->
- <div id="pre" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; ">
- <div style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;">
- <div style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);">
- <div class="line-scale">
- <div></div>
- <div></div>
- <div></div>
- <div></div>
- <div></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|