first commit

This commit is contained in:
ngn
2023-12-09 19:25:38 +03:00
commit 30574d4aa2
19 changed files with 886 additions and 0 deletions

9
templates/parts/bar.html Normal file
View File

@ -0,0 +1,9 @@
<div class="bar">
<h1 class="logo">MatterLinux</h1>
<div class="links">
<a href="/">Home</a>
<a href="/news">News</a>
<a href="https://wiki.matterlinux.xyz">Wiki</a>
<a href="https://git.matterlinux.xyz">Source</a>
</div>
</div>