Added olympus manager

This commit is contained in:
Pax1601
2023-12-19 13:21:19 +01:00
parent e80a5e8ca1
commit 9c055e0d71
15 changed files with 702 additions and 21 deletions

27
manager/index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700;800&display=swap" />
<meta charset="UTF-8">
<title>DCS Olympus Manager v{{OLYMPUS_VERSION_NUMBER}}</title>
</head>
<body>
<div id="header">
<img class="main-icon" src="./../img/OlympusLogoFinal_4k.png"\>
<div>
<div> DCS Olympus Manager</div>
<div class="accent-green">v{{OLYMPUS_VERSION_NUMBER}}</div>
</div>
</div>
<div id="main-div">
</div>
<div id="footer">
</div>
</body>
</html>