-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (32 loc) · 1.5 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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="Perrishnikov">
<!-- <link rel="icon" href="../../favicon.ico"> -->
<title>Biology 101</title>
<!-- <link href="_css/bootstrap.css" rel="stylesheet"> -->
<!-- <link href="_css/bootstrap-theme.min.css" rel="stylesheet"> -->
<link href="_style/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<canvas id="canvas3"></canvas>
</div>
<!-- load THREE scripts first -->
<script src="_scripts/THREE/three.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r76/three.min.js"></script> -->
<script src="_scripts/THREE/OrbitControls.js"></script>
<script src="_scripts/THREE/_utilities/helperFuntions.js"></script>
<!-- load other scripts second -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<!-- <script src="_js/lib/bootstrap.min.js"></script> -->
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" crossorigin="anonymous"></script> -->
<script src="_scripts/mainThree.js"></script>
<script src="_scripts/main.js"></script>
</body>
</html>