人民医院前端

index.html 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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="<%= BASE_URL %>favicon.ico">
  8. <!-- <link rel="stylesheet" type="text/css" href="./static/css/iconfont.css"> -->
  9. <!-- <title>
  10. <%= htmlWebpackPlugin.options.title %>
  11. </title> -->
  12. <title>人民医院数据可视化</title>
  13. <style>
  14. html {
  15. height: 100%;
  16. background-color: #000;
  17. }
  18. * {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <noscript>
  26. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  27. Please enable it to continue.</strong>
  28. </noscript>
  29. <div id="app">
  30. </div>
  31. <!-- built files will be auto injected -->
  32. </body>
  33. <script type="text/javascript" src="/playerjs/jessibuca/index.js"></script>
  34. <script type="text/javascript" src="/playerjs/EasyWasmPlayer.js"></script>
  35. <script type="text/javascript" src="/playerjs/ZLMRTCClient.js"></script>
  36. <script src="./static/js/bg.js"></script>
  37. </html>