minor fixes

This commit is contained in:
Nicholas Orlowsky 2024-05-16 19:47:14 +02:00
parent 7eb854592c
commit 24942813b8
Signed by: nickorlow
GPG key ID: 838827D8C4611687
3 changed files with 16 additions and 9 deletions

View file

@ -1,18 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sharpe Mountain Compute</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<nav>
<div style="display: flex; justify-content: space-between;">
<div>
<a href="/">[ Home ]</a>
<a href="/system_status">[ System Status ]</a>
<a href="/blog">[ Blog ]</a>
<a class="nav-link" href="/">[ Home ]</a>
<a class="nav-link" href="/system_status">[ System Status ]</a>
<a class="nav-link" href="/blog">[ Blog ]</a>
</div>
<div>
<a href="/dashboard">[ Dashboard ]</a>
<a class="nav-link" href="/dashboard">[ Dashboard ]</a>
</div>
</div>
</nav>
@ -36,3 +39,4 @@
</div>
</footer>
</body>
</html>