yaoli.html 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>krpano - chenyiju</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, viewport-fit=cover" />
  6. <meta name="apple-mobile-web-app-capable" content="yes" />
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  8. <meta name="mobile-web-app-capable" content="yes" />
  9. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  10. <meta http-equiv="x-ua-compatible" content="IE=edge" />
  11. <style>
  12. html { height:100%; }
  13. body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
  14. </style>
  15. </head>
  16. <body>
  17. <script src="tour.js"></script>
  18. <div id="pano" style="width:100%;height:100%;">
  19. <noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
  20. <script>
  21. embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano", html5:"auto", mobilescale:1.0, passQueryParameters:true});
  22. </script>
  23. </div>
  24. </body>
  25. </html>