minor fixes
This commit is contained in:
parent
7eb854592c
commit
24942813b8
3 changed files with 16 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue