-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 730 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html ng-app="vrApp">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<title>WebVR Demo by Fintan Kearney</title>
<meta name="description" content="WebVR Demo by Fintan Kearney">
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
<script type="text/javascript" src="https://rawgit.com/aframevr/aframe/master/dist/aframe-v0.2.0.min.js"></script>
</head>
<body>
<div ng-view></div>
</body>
</html>