-
Notifications
You must be signed in to change notification settings - Fork 102
/
index.html
37 lines (36 loc) · 1.48 KB
/
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
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="zh">
<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="/scene-editor/favicon.ico" />
<script src="//at.alicdn.com/t/c/font_2508581_9bw9ds5lc54.js"></script>
<title>【vis-three】scene-editor</title>
<script type="module" crossorigin src="/scene-editor/assets/index-cf27e902.js"></script>
<link rel="modulepreload" crossorigin href="/scene-editor/assets/three-dc46505d.js">
<link rel="modulepreload" crossorigin href="/scene-editor/assets/index-b54f5418.js">
<link rel="stylesheet" href="/scene-editor/assets/index-f59973e2.css">
<link rel="stylesheet" href="/scene-editor/assets/index-9ecf8d88.css">
</head>
<body>
<noscript>
<strong>
We're sorry but it doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<script async src="/scene-editor/plugins/es-module-shim.js"></script>
<script type="importmap-shim">
{
"imports": {
"vue": "https://unpkg.com/[email protected]/dist/vue.esm.browser.min.js",
"@vis-resm/importmap": "https://unpkg.com/@vis-resm/importmap",
"three": "https://www.unpkg.com/[email protected]/build/three.module.js",
"three/": "https://www.unpkg.com/[email protected]/"
}
}
</script>
</body>
</html>