-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (31 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>template-front</title>
<link rel="stylesheet" href="https://cdn.yunser.com/libs/yunser-ui-vue/0.1.25/yunser-ui.css">
<link rel="stylesheet" href="https://cdn.bootcss.com/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="shortcut icon" href="/static/img/favicon.png">
</head>
<body>
<div id="app"></div>
<!-- <script src="https://webintents.yunser.com/webintents.js"></script> -->
<script src="https://cdn.bootcss.com/vue/2.5.13/vue.min.js"></script>
<script src="https://cdn.bootcss.com/vue-router/3.0.1/vue-router.min.js"></script>
<script src="https://cdn.yunser.com/libs/yunser-ui-vue/0.1.25/yunser-ui.js"></script>
<!-- <script src="https://cdn.bootcss.com/clipboard.js/2.0.0/clipboard.min.js"></script> -->
<!-- <script src="https://cdn.bootcss.com/FileSaver.js/2014-11-29/FileSaver.min.js"></script> -->
<!-- <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script> -->
<!-- <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.slim.min.js"></script> -->
<script src="/static/three.js"></script>
<!-- <script src="https://cdn.bootcss.com/three.js/r83/three.min.js"></script> -->
<!-- <script src="https://cdn.bootcss.com/three.js/92/three.min.js"></script> -->
<script src="https://threejs.org/examples/js/libs/inflate.min.js"></script>
<script src="https://threejs.org/examples/js/loaders/FBXLoader.js"></script>
<script src="/static/OrbitControls.js"></script>
<script src="/static/OBJLoader.js"></script>
<script src="https://threejs.org/examples/js/loaders/MTLLoader.js"></script>
<!-- built files will be auto injected -->
</body>
</html>