Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View matthewduhig's full-sized avatar

Matthew Duhig matthewduhig

View GitHub Profile
@matthewduhig
matthewduhig / index.html
Last active August 25, 2017 17:26
A-Frame Hello World
<!DOCTYPE html>
<html>
<head>
<title>Hello, WebVR! - A-Frame</title>
<meta name="description" content="Hello, WebVR! - A-Frame">
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box>