mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
27 lines
921 B
HTML
27 lines
921 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./stylesheets/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> |