Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J
2022-04-18 19:55:38 +02:00
parent 32ca8562be
commit fc2b1162f4
5 changed files with 19 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
<script lang="ts">
import ProjectSegfaultLogo from "../assets/images/projectsegfault1.png";
</script>
<header>
<a href="/" style="color: #3DB686">Project Segfault</a>
|
<img src={ProjectSegfaultLogo} id="ProjectSegfaultLogoHeader" alt="Why is this not loading? Anyway, project segfault's logo." />
<a href="/" style="color: #ce1717">Project</a> <a href="/" style="color: #00d4aa">Segfault</a>
<a href="/instances">Instances</a>
|
<a href="/gameservers">Games</a>
@@ -19,4 +24,10 @@
border-width: 1em;
border-radius: 8px;
}
#ProjectSegfaultLogoHeader {
/*Here goes anything to do with the header logo*/
border-radius: 16px;
width: 32px;
vertical-align: middle;
}
</style>