graphdb-workbench
Version:
The web application for GraphDB APIs
28 lines • 2.53 kB
HTML
<html lang="en"><head><base href="/"><meta charset="UTF-8"><script>(function() {
const { pathname, search, hash } = window.location;
const baseUrl = document.head.querySelector('base').getAttribute('href');
if (pathname !== baseUrl && pathname.endsWith('/')) {
const clean = pathname.slice(0, -1) + search + hash;
window.history.replaceState({}, '', clean);
}
})();</script><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><link rel="stylesheet" href="css/splash-screen.css?v=3.3.1"><title>GraphDB Workbench</title><script src="resources/runtime.js?v=3.3.1"></script><meta name="importmap-type" use-injector/><script src="plugin-registry.js?v=3.3.1"></script><script src="plugins.js?v=3.3.1"></script><script>window.wbDevMode = false;</script><script type="injector-importmap">{
"imports": {
"single-spa": "./resources/single-spa.min.js?v=3.3.1",
"@ontotext/workbench-api": "./api/ontotext-workbench-api.js?v=3.3.1",
"@ontotext/root-config": "./main.65f0888b80686a0f2d37.js",
"@ontotext/legacy-workbench": "./legacyWorkbench.1437717b1ec1164a1fcb.js",
"@ontotext/workbench": "./workbench/workbench/workbenchApp.js?v=3.3.1",
"@ontotext/styleguide": "./styleguide.cb228122d8006896eff0.js?v=3.3.1"
}
}</script><meta name="import-map-overrides-domains" content="denylist:prod.example.com"/><script src="resources/import-map-overrides.js?v=3.3.1"></script><script src="resources/import-map-injector.js?v=3.3.1"></script><style>/* Default light/dark background is hardcodded here because our variables are not present yet. */
body {
background-color: hsla(220, 40%, 7%);
}
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
}
}</style></head><body><noscript>You need to enable JavaScript to run this app.</noscript><script>window.importMapInjector.initPromise.then(() => {
import('@ontotext/root-config');
import('@ontotext/styleguide');
});</script><import-map-overrides-full show-when-local-storage="devtools" dev-libs></import-map-overrides-full><figure id="splash-screen"><img decoding="sync" src="assets/graphdb-splash.svg?v=3.3.1" alt="GraphDB Workbench is loading..."></figure><onto-toastr></onto-toastr></body></html>