-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 709 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TorusKnot</title>
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Including the three.js library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/104/three.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/61062/orbit_controls.js"></script>
<!-- <script src="./assets/three.min.js"></script>
<script src="./assets/orbit_controls.js"></script> -->
<script src="script.js"></script>
</body>
</html>