commit message

This commit is contained in:
Alexander J
2022-02-28 19:12:33 +01:00
commit 2ff2895efd
19 changed files with 2077 additions and 0 deletions

16
src/lib/Header.svelte Normal file
View File

@@ -0,0 +1,16 @@
<header>
<a href="/" style="color: #3DB686">MutaTechTips</a>
|
<a href="/gameservers">Games</a>
|
<a href="/donate">Donate</a>
</header>
<style>
header {
background-color: #252525;
border: solid #252525;
border-width: 1em;
border-radius: 8px;
}
</style>