HTTP/1.1 200 OK
Date: Sat, 15 Mar 2025 03:44:32 GMT
Content-Type: text/html
Content-Length: 1651
Connection: keep-alive
Server: nginx/1.18.0
Last-Modified: Wed, 04 Aug 2021 21:24:15 GMT
Vary: Accept-Encoding
ETag: "610b057f-673"
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache
Accept-Ranges: bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<style>
html {height: 100%; width: 100%;}
*,body {margin:0; padding:0;}
canvas { position: absolute; z-index: 2; }
body { width: 100%; height: 100%;}
</style>
</head>
<body>
<script src="./js/polyfills.js"></script>
<script src="./js/lightning.es5.js"></script>
<script src="./js/appBundle.es5.js"></script>
<script>
var appSettings = {
"stage": {
"clearColor": "0x00000000",
"useImageWorker": true,
"memoryPressure": 12441600,
"precision": 0.66667
},
"debug": false,
"name": "Blooomberg Metrological X1",
"identifier": "com.bloomberg.metrological.x1",
"version": "0.1.38",
"icon": "./static/icon.png",
"splashImage": "./static/images/splash_screen.png",
"id": "com.bloomberg.metrological.x1"
}
var platformSettings = {
"esEnv": "es5",
"inspector": true,
"path": "./static",
"log": true,
"showVersion": true,
"router": {
"lazyCreate": true,
"lazyDestroy": true,
"gcOnUnload": true,
"reuseInstance": false,
"backtrack": false,
"destroyOnHistoryBack": false
}
}
var appData = {}
var bundle = window.APP_com_bloomberg_metrological_x1;
// support rollup and esbuild
if (typeof bundle !== 'function') {
bundle = bundle.default;
}
var app = bundle(appSettings, platformSettings, appData)
document.body.appendChild(app.stage.getCanvas())
</script>
</body>
</html>
Vulnerabilities