index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="logo.ico">
  8. <title>蛟龙云联</title>
  9. <style type="text/css">
  10. .icon {
  11. width: 24px; height: 24px;
  12. vertical-align: -0.15em;
  13. /* fill: red; */
  14. overflow: hidden;
  15. /* background-color: azure; */
  16. }
  17. #app {
  18. /* width: 100vw;
  19. height: 100vh;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. font: 120px 'Italiana', sans-serif;
  24. text-transform: lowercase;
  25. text-align: center; */
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <noscript>
  31. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  32. </noscript>
  33. <div id="app">
  34. <!-- loading... -->
  35. </div>
  36. <!-- built files will be auto injected -->
  37. </body>
  38. <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.6.2/flv.min.js"></script>\ -->
  39. <!-- <script src="https://cdn.bootcdn.net/ajax/libs/flv.js/1.6.2/flv.js"></script> -->
  40. <script src="https://cdn.bootcdn.net/ajax/libs/flv.js/1.6.2/flv.min.js"></script>
  41. <script src="//at.alicdn.com/t/c/font_4137940_203u8vgindc.js"></script>
  42. </html>