-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3d-test.html
39 lines (36 loc) · 1.67 KB
/
3d-test.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" dir="ltr">
<head>
<meta charset="utf-8">
<title>i would've said goodbye if i thought you loved me back</title>
<meta name="description" content="TODO">
<meta name="author" content="shawné michaelain holloway">
<!-- social media stuff -->
<meta property="og:title" content="i would've said goodbye if i thought you loved me back">
<meta property="og:url" content="TODO">
<meta property="og:image" content="TODO">
<meta property="og:description" content="TODO">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="i would've said goodbye if i thought you loved me back">
<meta name="twitter:site" content="@cleogirl2525">
<!-- iPhone homescreen -->
<meta name="apple-mobile-web-app-title" content="i would've said goodbye if i thought you loved me back" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="TODO">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<script src="js/libs/dat.gui.min.js"></script>
<script src="js/libs/tween.min.js"></script>
<script src="js/libs/three.min.js"></script>
<script src="js/libs/OrbitControls.js"></script>
<script src="js/libs/TransformControls.js"></script>
<script src="js/libs/cannon.js"></script>
<script src="js/utils/CyberSpace.js"></script>
<script src="js/utils/BubbleFactory.js"></script>
<script src="js/utils/CubeRoom.js"></script>
<script src="js/utils/BubbleRoom.js"></script>
<script src="js/3d-test.js"></script>
</body>
</html>