-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathindex.html
28 lines (25 loc) · 862 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2022-05-25 14:53:30
* @LastEditTime: 2022-09-04 15:17:10
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium-demo\index.html
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/vue-cesium-logo-small.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="/iconfont/iconfont.js"></script>
<link rel="stylesheet" type="text/css" href="/playerIconfont/iconfont.css" />
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="text/javascript" src="/libs/jessibuca/jessibuca.js"></script>
</body>
</html>