| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="icon" href="/favicon.ico" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
- />
- <link href="/css/preloading.css" rel="stylesheet" type="text/css">
- <title>CWGMarkets</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">
- <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>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|