Apache 2.4.66
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9db7f4c636b7f4c636b7f4c636b7f4c636
Found 1 files trough .DS_Store spidering: /images
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9db7f4c636b7f4c636b7f4c636b7f4c636
Found 1 files trough .DS_Store spidering: /images
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9db7f4c636b7f4c636b7f4c636b7f4c636
Found 1 files trough .DS_Store spidering: /images
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9db7f4c636b7f4c636b7f4c636b7f4c636
Found 1 files trough .DS_Store spidering: /images
Open service 81.169.145.93:443 · www.infopano.de
2026-01-09 22:48
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 22:49:00 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · infopano.de
2026-01-09 13:28
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 13:28:40 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · www.infopano.de
2026-01-02 15:25
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 15:25:21 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · infopano.de
2026-01-02 07:17
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 07:17:48 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · infopano.de
2025-12-30 09:31
HTTP/1.1 200 OK
Date: Tue, 30 Dec 2025 09:31:57 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · www.infopano.de
2025-12-23 01:49
HTTP/1.1 200 OK
Date: Tue, 23 Dec 2025 01:49:26 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · infopano.de
2025-12-23 01:46
HTTP/1.1 200 OK
Date: Tue, 23 Dec 2025 01:46:58 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · infopano.de
2025-12-20 10:44
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 10:44:23 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · www.infopano.de
2025-12-20 10:42
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 10:42:06 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · www.infopano.de
2025-12-19 10:41
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 10:41:13 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function
Open service 81.169.145.93:443 · infopano.de
2025-12-19 10:40
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 10:40:12 GMT
Server: Apache/2.4.66 (Unix)
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jun 2023 14:14:07 GMT
ETag: "1165-5fe9043a9ffdb"
Accept-Ranges: bytes
Content-Length: 4453
Content-Type: text/html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="preview.jpg">
<style type="text/css" title="Default">
/* fullscreen */
html {
height:100%;
}
body {
height:100%;
margin: 0px;
background: black;
color: white;
overflow:hidden; /* disable scrollbars */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
background-color: rgba(0,0,0,0.5);
width: 0.75em;
height: 0.75em;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<!-- - - - - - - 8<- - - - - - cut here - - - - - 8<- - - - - - - -->
<script type="text/javascript" src="pano2vr_player.js?ts=70225346">
</script>
<script type="text/javascript" src="skin.js?ts=70225346">
</script>
<div id="container" style="width:100%;height:100%;overflow:hidden;">
<br>Loading...<br><br>
</div>
<script type="text/javascript">
function parseParams(paramsString, params) {
paramsString = paramsString.substring(1);
var firstSeparatorPos = paramsString.indexOf(",");
if (firstSeparatorPos != -1) {
params.startNode = paramsString.slice(0, firstSeparatorPos);
var viewingParamsString = paramsString.slice(firstSeparatorPos + 1);
var viewingParams = viewingParamsString.split(",");
if (viewingParams.length >= 3) {
var startView = {};
startView["pan"] = viewingParams[0];
startView["tilt"] = viewingParams[1];
startView["fov"] = viewingParams[2];
if (viewingParams.length >= 4) {
startView["projection"] = viewingParams[3];
}
params.startView = startView;
}
} else {
params.startNode = paramsString;
params.startView = "";
}
}
var params = {};
parseParams(document.location.hash, params);
var startNode = params.startNode;
var startView = params.startView;
if (("onhashchange" in window) && (!(/MSIE (\d+\.\d+);/.test(navigator.userAgent)))) {
window.onhashchange = function () {
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
} else {
var lastHash = window.location.hash;
window.setInterval(function () {
if (window.location.hash != lastHash) {
lastHash = window.location.hash;
parseParams(window.location.hash, params);
pano.openNext('{' + params.startNode + '}', params.startView);
}
}, 100);
}
// create the panorama player with the container
pano=new pano2vrPlayer("container");
pano.startNode = startNode;
pano.startView = startView;
pano.setQueryParameter("ts=70225346")
// add the skin object
skin=new pano2vrSkin(pano);
// load the configuration
window.addEventListener("load", function() {
pano.readConfigUrlAsync("pano.xml?ts=70225346");
});
if (window.navigator.userAgent.match(/Safari/i)) {
// fix for white borders, rotation on iPhone
function iosHfix(e) {
window.scrollTo(0, 1);
var container=document.getElementById("container");
var oh=container.offsetHeight;
document.documentElement.style.setProperty('height', '100vh');
if (oh!=container.offsetHeight) {
container.style.setProperty('height',"100%");
} else {
container.style.setProperty('height',window.innerHeight+"px");
}
window.scrollTo(0, 0);
pano.setViewerSize(container.offsetWidth, container.offsetHeight);
};
setTimeout(iosHfix,0);
setTimeout(iosHfix,100);
window.addEventListener("resize", function