MDN Games: A-Frame demo - cube
by dirkk0
HTML
<script src="https://end3r.github.io/MDN-Games-3D/A-Frame/js/aframe.min.js"></script>
<a-scene>
<a-sky color="#ffDDDD"></a-sky>
<a-cube color="#0095DD" position="0 1 0" rotation="20 40 0"></a-cube>
</a-scene>