-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (22 loc) · 934 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
<!DOCTYPE html>
<html>
<head>
<title>
MPC - Viewer
</title>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="./src/css/index.css">
</head>
<body>
<script type="text/javascript" src="./src/js/lib/three.r75.min.js"></script>
<script type="text/javascript" src="./src/js/lib/utils.js"></script>
<!-- Front End Application Files -->
<script type="text/javascript" src="./src/js/3DUI/sol-sys.js"></script>
<script type="text/javascript" src="./src/js/3DUI/orb-obj.js"></script>
<script type="text/javascript" src="./src/js/app.js"></script>
<script type="text/javascript">
App.initialize();
</script>
</body>
</html>