mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
53 lines
2.1 KiB
HTML
53 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>GNS3 Web UI</title>
|
|
<!-- It's important to have base here because of the script below //-->
|
|
<base href="/static/web-ui/"/>
|
|
|
|
<script>
|
|
var userAgent = navigator.userAgent.toLowerCase();
|
|
|
|
//in case we're running in electron because we need it for resources
|
|
if (userAgent.indexOf(' electron/') > -1) {
|
|
var base = document.getElementsByTagName('base');
|
|
if (base.length > 0) {
|
|
base[0].href = './';
|
|
} else {
|
|
document.write('<base href="./" />');
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
|
|
|
|
<script type="application/javascript">
|
|
// Github Pages redirection
|
|
(function() {
|
|
var redirect = sessionStorage.redirect;
|
|
delete sessionStorage.redirect;
|
|
if (redirect && redirect != location.href) {
|
|
history.replaceState(null, null, redirect);
|
|
}
|
|
})();
|
|
</script>
|
|
<link rel="stylesheet" href="styles.2c581a0a91b7aa4f301d.css"><link rel="stylesheet" href="theme-default-dark.0c2d0b433828ffcae19b.css"><link rel="stylesheet" href="theme-default.3b76617748d593b91f1e.css"></head>
|
|
<!-- <body class="mat-app-background" oncontextmenu="return false;"> -->
|
|
<body class="mat-app-background" oncontextmenu="return false;">
|
|
<app-root></app-root>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-5D6FZL9923"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag()
|
|
|
|
{dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-5D6FZL9923');
|
|
</script>
|
|
<script src="runtime.b3b0f3122d9d931b48a7.js" defer></script><script src="polyfills-es5.0e607f2e1ad7b467b484.js" nomodule defer></script><script src="polyfills.d6c8f09f3c92e4ec2a1f.js" defer></script><script src="main.653d70aeac9ae0ee8541.js" defer></script></body>
|
|
</html>
|