Updating css to match with the website, changing search route to GET from POST

This commit is contained in:
ngn
2024-01-18 20:25:33 +03:00
parent c447b632d9
commit 564ccaa109
5 changed files with 37 additions and 50 deletions

View File

@ -1,12 +1,11 @@
<div class="bar">
<div class="logo-div">
<h1 class="logo">MatterLinux</h1>
</div>
<h1 class="logo">MatterLinux</h1>
<div class="links">
<a href="https://matterlinux.xyz">Home</a>
<a href="https://matterlinux.xyz/news">News</a>
<a href="https://matterlinux.xyz/wiki">Wiki</a>
<a href="https://git.matterlinux.xyz/Matter">Source</a>
<a href="https://tracker.matterlinux.xyz">Packages</a>
<a href="/">Packages</a>
<a href="https://matterlinux.xyz/download">Download</a>
</div>
</div>