index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <link rel="icon" href="/favicon.ico" />
  7. <meta
  8. name="viewport"
  9. content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
  10. />
  11. <link href="/css/preloading.css" rel="stylesheet" type="text/css">
  12. <title>CWGMarkets</title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong>
  17. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  18. properly without JavaScript enabled. Please enable it to
  19. continue.
  20. </strong>
  21. </noscript>
  22. <div id="app">
  23. <div
  24. id="pre"
  25. style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; "
  26. >
  27. <div
  28. style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;"
  29. >
  30. <div
  31. style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"
  32. >
  33. <div class="line-scale">
  34. <div></div>
  35. <div></div>
  36. <div></div>
  37. <div></div>
  38. <div></div>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. <script type="module" src="/src/main.ts"></script>
  45. </body>
  46. </html>