read-react.html 476 Bytes
Newer Older
wanghao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html lang="zh-cn">
  <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" />
    <title>功能示例(React版) | Mars3D三维可视化平台 | 火星科技</title>

    <script src="lib/includeLibs.js"></script>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/pages/read/main.tsx"></script>
  </body>
</html>