25 lines
739 B
HTML
25 lines
739 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="IT Nexus - IT Management System by Simon Grüßing" />
|
|
<title>IT Nexus</title>
|
|
<script>
|
|
(function() {
|
|
try {
|
|
var theme = localStorage.getItem('it-nexus-theme');
|
|
if (theme && theme !== 'default') {
|
|
document.documentElement.setAttribute('data-theme', theme);
|
|
}
|
|
} catch(e) {}
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|