Skip to content

Commit

Permalink
Add aframe cube
Browse files Browse the repository at this point in the history
  • Loading branch information
bacharakis committed Jan 30, 2016
1 parent 8c54109 commit 2395176
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!doctype html>
<html>
<head>
<title>This is my first VR attempt</title>
<title>This is my first VR attempt</title>
</head>
<body>
Hello world

<a-scene>
<a-cube></a-cube>
</a-scene>

</body>
</html>

0 comments on commit 2395176

Please sign in to comment.