-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (17 loc) · 848 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>EML Intro To WebVR Workshop</title>
<meta name="description" content="EML Intro To WebVR Workshop">
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<script src="//cdn.rawgit.com/donmccurdy/aframe-extras/v3.13.1/dist/aframe-extras.min.js"></script>
<script src="//cdn.rawgit.com/donmccurdy/aframe-physics-system/v3.0.1/dist/aframe-physics-system.min.js"></script>
<script src="https://rawgit.com/fernandojsg/aframe-teleport-controls/master/dist/aframe-teleport-controls.min.js"></script>
<script src="/js/show-whale-on-click.component.js"></script>
<script src="/js/raycaster-autorefresh.component.js"></script>
<script src="/js/hide-if-not-mobile.component.js"></script>
</head>
<body>
<!-- Your A-Frame scene goes here! -->
</body>
</html>