fix stlye sheet scoping,

imrpove some styling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-05 23:35:11 +00:00
parent 31042464a4
commit b552026d81
8 changed files with 40 additions and 27 deletions

View File

@@ -12,8 +12,11 @@
</head>
<body>
<header>
<h1>tronnet</h1>
<hr>
<nav>
<a href="index.html" aria-current="true">INSTANCES</a>
<a href="account.html">ACCOUNT</a>
<a href="login.html">LOGOUT</a>
</nav>
</header>