27 lines
654 B
HTML
27 lines
654 B
HTML
<!--
|
|
* @Date: 2024-01-09 13:41:47
|
|
* @LastEditors: jiangchao
|
|
* @LastEditTime: 2024-07-26 09:27:48
|
|
* @Description: 文件注释
|
|
* @Author: jiangchao
|
|
* @FilePath: \mars3d-vue-project\demo.html
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>无人设备大屏</title>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/pages/unmannedEquipmentScreen/main.ts"></script>
|
|
<script type="module" src="./crypto-js.js"></script>
|
|
<script type="module" src="./index.umd.js"></script>
|
|
</body>
|
|
</html>
|
|
|