mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
commit message
This commit is contained in:
16
src/lib/Header.svelte
Normal file
16
src/lib/Header.svelte
Normal 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>
|
Reference in New Issue
Block a user