| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <!-- <link rel="stylesheet" type="text/css" href="./static/css/iconfont.css"> -->
- <!-- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title> -->
- <title>人民医院数据可视化</title>
- <style>
- html {
- height: 100%;
- background-color: #000;
- }
- * {
- margin: 0;
- padding: 0;
- }
- </style>
- </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>
- <!-- built files will be auto injected -->
- </body>
- <script type="text/javascript" src="/playerjs/jessibuca/index.js"></script>
- <script type="text/javascript" src="/playerjs/EasyWasmPlayer.js"></script>
- <script type="text/javascript" src="/playerjs/ZLMRTCClient.js"></script>
- <script src="./static/js/bg.js"></script>
- </html>
|