UNPKG

pannellum

Version:

Pannellum is a lightweight, free, and open source panorama viewer for the web.

23 lines (22 loc) 724 B
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Pannellum</title> <link type="text/css" rel="Stylesheet" href="../css/pannellum.css"/> <link type="text/css" rel="Stylesheet" href="standalone.css"/> </head> <body> <div id="container"> <noscript> <div class="pnlm-info-box"> <p>Javascript is required to view this panorama.<br>(It could be worse; you could need a plugin.)</p> </div> </noscript> </div> <script type="text/javascript" src="../js/libpannellum.js"></script> <script type="text/javascript" src="../js/pannellum.js"></script> <script type="text/javascript" src="standalone.js"></script> </body> </html>