openresty
tcp/443 tcp/80
Open service 37.9.175.156:443 · arcottage.virtual-everything.com
2026-01-26 11:20
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 26 Jan 2026 11:20:09 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Last-Modified: Fri, 22 Sep 2023 13:42:53 GMT
ETag: "e0a-605f2c909a026"
alt-svc: h3=":443"; ma=86400
Page title: Unity WebGL Player | Lucnica
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | Lucnica</title>
<meta name="description" content="">
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
</head>
<body>
<div id="unity-container">
<div id="unity-canvas-container" style="width: 100%; height: 100%;">
<canvas id="unity-canvas" style="width: 100%; height: 100%;"></canvas>
</div>
<div id="unity-loading-bar">
<div id="unity-logo"></div>
<div id="unity-progress-bar-empty">
<div id="unity-progress-bar-full"></div>
</div>
</div>
<div id="unity-footer">
<div id="unity-webgl-logo"></div>
<button id="entervr" value="Enter VR" disabled>VR</button>
<button id="enterar" value="Enter AR" disabled>AR</button>
<div id="unity-webxr-link">Using <a href="https://github.com/De-Panther/unity-webxr-export" target="_blank" title="WebXR Export">WebXR Export</a></div>
<div id="unity-build-title">Lucnica</div>
</div>
</div>
<script>
var buildUrl = "Build";
var loaderUrl = buildUrl + "/test.loader.js";
var config = {
dataUrl: buildUrl + "/test.data",
frameworkUrl: buildUrl + "/test.framework.js",
codeUrl: buildUrl + "/test.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Lucnica",
productVersion: "0.1",
};
var container = document.querySelector("#unity-container");
var canvas = document.querySelector("#unity-canvas");
var canvasContainer = document.querySelector("#unity-canvas-container");
var loadingBar = document.querySelector("#unity-loading-bar");
var progressBarFull = document.querySelector("#unity-progress-bar-full");
var fullscreenButton = document.querySelector("#unity-fullscreen-button");
var unityInstance = null;
loadingBar.style.display = "block";
var script = document.createElement("script");
script.src = loaderUrl;
script.onload = () => {
createUnityInstance(canvas, config, (progress) => {
progressBarFull.style.width = 100 * progress + "%";
}).then((instance) => {
unityInstance = instance;
loadingBar.style.display = "none";
if (fullscreenButton)
{
fullscreenButton.onclick = () => {
unityInstance.SetFullscreen(1);
};
}
}).catch((message) => {
alert(message);
});
};
document.body.appendChild(script);
let enterARButton = document.getElementById('enterar');
let enterVRButton = document.getElementById('entervr');
document.addEventListener('onARSupportedCheck', function (event) {
enterARButton.disabled = !event.detail.supported;
}, false);
document.addEventListener('onVRSupportedCheck', function (event) {
enterVRButton.disabled = !event.detail.supported;
}, false);
enterARButton.addEventListener('click', function (event) {
unityInstance.Module.WebXR.toggleAR();
}, false);
enterVRButton.addEventListener('click', function (event) {
unityInstance.Module.WebXR.toggleVR();
}, false);
</script>
</body>
</html>
Open service 37.9.175.156:80 · arcottage.virtual-everything.com
2026-01-26 11:20
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 26 Jan 2026 11:20:09 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Last-Modified: Fri, 22 Sep 2023 13:42:53 GMT
ETag: "e0a-605f2c909a026"
Page title: Unity WebGL Player | Lucnica
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | Lucnica</title>
<meta name="description" content="">
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
</head>
<body>
<div id="unity-container">
<div id="unity-canvas-container" style="width: 100%; height: 100%;">
<canvas id="unity-canvas" style="width: 100%; height: 100%;"></canvas>
</div>
<div id="unity-loading-bar">
<div id="unity-logo"></div>
<div id="unity-progress-bar-empty">
<div id="unity-progress-bar-full"></div>
</div>
</div>
<div id="unity-footer">
<div id="unity-webgl-logo"></div>
<button id="entervr" value="Enter VR" disabled>VR</button>
<button id="enterar" value="Enter AR" disabled>AR</button>
<div id="unity-webxr-link">Using <a href="https://github.com/De-Panther/unity-webxr-export" target="_blank" title="WebXR Export">WebXR Export</a></div>
<div id="unity-build-title">Lucnica</div>
</div>
</div>
<script>
var buildUrl = "Build";
var loaderUrl = buildUrl + "/test.loader.js";
var config = {
dataUrl: buildUrl + "/test.data",
frameworkUrl: buildUrl + "/test.framework.js",
codeUrl: buildUrl + "/test.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Lucnica",
productVersion: "0.1",
};
var container = document.querySelector("#unity-container");
var canvas = document.querySelector("#unity-canvas");
var canvasContainer = document.querySelector("#unity-canvas-container");
var loadingBar = document.querySelector("#unity-loading-bar");
var progressBarFull = document.querySelector("#unity-progress-bar-full");
var fullscreenButton = document.querySelector("#unity-fullscreen-button");
var unityInstance = null;
loadingBar.style.display = "block";
var script = document.createElement("script");
script.src = loaderUrl;
script.onload = () => {
createUnityInstance(canvas, config, (progress) => {
progressBarFull.style.width = 100 * progress + "%";
}).then((instance) => {
unityInstance = instance;
loadingBar.style.display = "none";
if (fullscreenButton)
{
fullscreenButton.onclick = () => {
unityInstance.SetFullscreen(1);
};
}
}).catch((message) => {
alert(message);
});
};
document.body.appendChild(script);
let enterARButton = document.getElementById('enterar');
let enterVRButton = document.getElementById('entervr');
document.addEventListener('onARSupportedCheck', function (event) {
enterARButton.disabled = !event.detail.supported;
}, false);
document.addEventListener('onVRSupportedCheck', function (event) {
enterVRButton.disabled = !event.detail.supported;
}, false);
enterARButton.addEventListener('click', function (event) {
unityInstance.Module.WebXR.toggleAR();
}, false);
enterVRButton.addEventListener('click', function (event) {
unityInstance.Module.WebXR.toggleVR();
}, false);
</script>
</body>
</html>