<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>360° Image</title> <meta name="description" content="360° Image - A-Frame"> <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script> </head> <body> <a-scene> <a-sky src="R0011286_20250508164424.JPG" rotation="0 -90 0"></a-sky> </a-scene> </body> </html>