<html>
<head>
<!-- head内でAPIを読み込む -->
<script src="https://web-xr.studio/jp/api"></script>
</head>
<body>
<!-- body内の任意の位置へ埋め込みタグを設置 -->
<div class="xr-studio" data-id="1063" data-option=""></div>
<!-- body内の任意の位置へARリンクを設置 -->
<a class="xrs_ar" href="https://web-xr.studio/jp/ar/1063">Play AR</a>
<!-- body内の任意の位置へ MarkerlessAR Viewer リンクを設置。
端末の対応状況を判断し xrs_arcore クラスの display 属性が変更されます。 -->
<a class="xrs_arcore" href="https://web-xr.studio/jp/markerless/1063">Play MarkerlessAR</a>
</body>
</html>