Newer
Older
practice1 / seibutushitu.html
<html>
  <head>
    <script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-assets>
      	<div class="container">
          <img id="sky" src="Seibutu-shitu.jpg">
	  <p> tesuto</p>
	</div>
      </a-assets>
      <a-sky src="#sky"></a-sky>
    </a-scene>
  </body>
</html>