| Current Path : /snap/lxd/38450/share/lxd-ui/ |
| Current File : //snap/lxd/38450/share/lxd-ui/index.html |
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>LXD UI</title>
<script>
(function() {
const path = window.location.pathname;
const uiIndex = path.indexOf("/ui/");
const rootPath = uiIndex > -1 ? path.substring(0, uiIndex) : "";
window.ROOT_PATH = rootPath;
const basePath = rootPath + "/ui/";
const baseTag = document.createElement('base');
baseTag.href = window.location.origin + basePath;
document.head.appendChild(baseTag);
const script_index_BsQN_SZU_js = document.createElement('script');
script_index_BsQN_SZU_js.type = 'module';
script_index_BsQN_SZU_js.crossOrigin = '';
script_index_BsQN_SZU_js.src = window.ROOT_PATH + '/ui/assets/index-BsQN_SZU.js';
document.head.appendChild(script_index_BsQN_SZU_js);
const link_index_B_7WY8_Q_css = document.createElement('link');
link_index_B_7WY8_Q_css.rel = 'stylesheet';
link_index_B_7WY8_Q_css.crossOrigin = '';
link_index_B_7WY8_Q_css.href = window.ROOT_PATH + '/ui/assets/index-B_7WY8-Q.css';
document.head.appendChild(link_index_B_7WY8_Q_css);
})();
</script>
<link rel="shortcut icon" href="assets/img/favicon-32x32.png" id="favicon">
<script>const global = globalThis;</script>
</head>
<body>
<div id="app"></div>
</body>
</html>