forked from ProjectSegfault/website
Rename to gameservers (in case we make games in future), remove unused file, add 404 page.
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
parent
d017a26159
commit
2f77b99a1f
Binary file not shown.
Before Width: | Height: | Size: 54 KiB |
@ -1,3 +1,7 @@
|
|||||||
|
<script context="module">
|
||||||
|
export const prerender = true;
|
||||||
|
export const hydrate = true;
|
||||||
|
</script>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import "../assets/animation.css";
|
import "../assets/animation.css";
|
||||||
import ProjectSegfaultLogo from "../assets/images/projectsegfault1.png";
|
import ProjectSegfaultLogo from "../assets/images/projectsegfault1.png";
|
||||||
@ -25,7 +29,7 @@
|
|||||||
<a href="/" class="text-flicker-in-glow" style="color: #ce1717">Project <span style="color: #00d4aa">Segfault</span></a>
|
<a href="/" class="text-flicker-in-glow" style="color: #ce1717">Project <span style="color: #00d4aa">Segfault</span></a>
|
||||||
<a href="{'#'}" class="button" id="MenuButton" on:click={showResponsive}>Menu</a>
|
<a href="{'#'}" class="button" id="MenuButton" on:click={showResponsive}>Menu</a>
|
||||||
<div class="center navbarpieceofshitfuckihatethis" id="navbarpieceofshitfuckihatethis">
|
<div class="center navbarpieceofshitfuckihatethis" id="navbarpieceofshitfuckihatethis">
|
||||||
<a href="https://instances.projectsegfau.lt" class="button">Instances & Games </a>
|
<a href="https://instances.projectsegfau.lt" class="button">Instances & Gameservers </a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
14
src/routes/404.md
Normal file
14
src/routes/404.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: 404
|
||||||
|
description: This isn't where you're supposed to be!
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="oh-fuck-center">
|
||||||
|
|
||||||
|
# {title}
|
||||||
|
|
||||||
|
## {description}
|
||||||
|
|
||||||
|
[Go home](/) or [get lost](https://instances.projectsegfau.lt)
|
||||||
|
|
||||||
|
</div>
|
@ -2,9 +2,6 @@
|
|||||||
title: Project Segfault Branding
|
title: Project Segfault Branding
|
||||||
description: The files for Project Segfault's Branding
|
description: The files for Project Segfault's Branding
|
||||||
---
|
---
|
||||||
<script lang="ts">
|
|
||||||
import ProjectSegfaultWallpaper from "../assets/images/projectsegfault1_wallpaper.png";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
# {title}
|
# {title}
|
||||||
|
Loading…
Reference in New Issue
Block a user