Newer
Older
XinYang_SanWei+RongYun / public / index.html
@raoxianxuan raoxianxuan on 21 Dec 2021 1 KB gis
<!DOCTYPE html>
<html lang="en">

<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">
  <title><%= htmlWebpackPlugin.options.title %></title>
  <script src="https://cdn.ronghub.com/RongIMLib-4.4.1.prod.js"></script>
  <!-- <script src="https://cdn.ronghub.com/RongIMLib-2.5.9.js"></script> -->
  <script src="https://cdn.ronghub.com/RCRTC-5.1.1.prod.js"></script>
  <script src="https://cdn.ronghub.com/RCRTCAdapter-1.0.5.prod.js"></script>
  <script src="https://cdn.ronghub.com/RongCallLib.3.2.2.js"></script>

  <script src="./static/js/setting.js"></script>
  <script src="./static/js/utils.js"></script>
  <script src="./static/js/init.js"></script>
  <!-- <link rel="stylesheet" type="text/css" href="./static/css/common.less">
  <link rel="stylesheet" type="text/css" href="./static/css/page.css"> -->

    
 <!-- 使用纯Cesium进行开发 -->
 <script src="./static/Cesium/Cesium.js"></script>
 <link rel="stylesheet" href="./static/Cesium/Widgets/widgets.css" />
  
 


</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>
</script>
<style>
  html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

</style>

</html>