Untitled
4 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>360&deg; Image</title>
<meta name="description" content="360&deg; Image - A-Frame">
<script src="https://aframe.io/aframe/dist/aframe-master.min.js"></script>
</head>
<body>
<a-scene>
<a-sky src="https://i.imgur.com/IIwGpxv.jpg" rotation="0 -90 0"></a-sky>
<a-text font="kelsonsans" value="Puy de Sancy, France" width="6" position="10 2 -1"
rotation="0 -80 0"></a-text>
</a-scene>
</body>
</html>