-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 984 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebGL Demo</title>
<link rel="stylesheet" href="css/webgl.css" type="text/css">
</head>
<body>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/three.js/102/three.js"></script>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<!-- <script src = "js/three.js"></script> -->
<!-- <script src="https://cdn.rawgit.com/mrdoob/three.js/master/examples/js/loaders/GLTFLoader.js"></script> -->
<script src="https://rawcdn.githack.com/mrdoob/three.js/r102/examples/js/loaders/GLTFLoader.js"></script>
<script src="https://unpkg.com/[email protected]/lib/browser/math.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script> -->
<script src="js/yay.js"></script>
<div id="info">
HUD
<div id="scorr">a</div>
<div id="helth">a</div>
</div>
</body>
</html>