Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>Hello, World! • A-Frame</title>
<meta name="description" content="Hello, World! • A-Frame">
<script src="https://cdnjs.cloudflare.com/ajax/libs/aframe/0.3.2/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-sphere position="0 2 0" radius="0.75" color="green"></a-sphere>
<a-cylinder rotation="0 0 0" position="0 0.5 0" radius="0.2" height="2" color="brown"></a-cylinder>
<!--<a-plane rotation="-90 0 0" width="4" height="4" color="lightgrey"></a-plane>-->
<a-sky color="lightblue"></a-sky>
<a-entity position="0 0 3.8">
<a-camera></a-camera>
</a-entity>
</a-scene>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/aframe/0.3.2/aframe.min.js