<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A-Frame360写真テスト</title>
<meta name="description" content="A-Frame Panorama Sample">
<script src="aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-sky src="./VR1.jpg" rotation="0 170 0"></a-sky>
</a-scene>
</body>
</html>