-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 1.04 KB
/
index.html
File metadata and controls
23 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" />
<meta name="author" content="CesiumGIS CoolGIS https://coolgis.org/" />
<meta name="keywords" content="CoolGIS|CesiumGIS|3DGISKing|cesium|" />
<meta name="description" content="ZhefengJin 3DGISKing CesiumJS Samples" />
<link href="./lib/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" crossorigin="anonymous" />
<link rel="icon" href="/favicon.ico" />
<title>CesiumJS Samples</title>
<script type="module" crossorigin src="./assets/js/examples.js"></script>
<link rel="stylesheet" crossorigin href="./assets/css/index.css" />
<link rel="stylesheet" crossorigin href="./assets/css/examples.css" />
<link rel="stylesheet" crossorigin href="./assets/css/app.css" />
</head>
<body>
<div id="app"></div>
</body>
</html>