Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5.     <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
  6.     <meta name="apple-mobile-web-app-capable" content="yes" />
  7.     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8.     <style>
  9.         @media only screen and (min-device-width: 800px) { html {} }
  10.         html { height:100%; }
  11.         body { height:100%; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
  12.         a{ color:#AAAAAA; text-decoration:underline; }
  13.         a:hover{ color:#FFFFFF; text-decoration:underline; }
  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="valign: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"});
  22.     </script>
  23. </div>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment