Files
equirectangular-gallery-com…/gallery.html
2018-07-23 20:25:36 +02:00

12 lines
248 B
HTML

<html>
<head>
<script src="https://aframe.io/aframe/dist/aframe-master.min.js"></script>
<script src="gallery-via-json.js"></script>
</head>
<body>
<a-scene>
<a-sky gallery-via-json></a-sky>
</a-scene>
</body>
</html>