mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
added 408
This commit is contained in:
parent
9f58115edd
commit
ed65d9d76d
1 changed files with 16 additions and 0 deletions
16
src/routes/408/+page.svelte
Normal file
16
src/routes/408/+page.svelte
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script>
|
||||
import NavBar from "../../components/NavBar.svelte";
|
||||
import Footer from "../../components/Footer.svelte";
|
||||
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||
import Padding from "../../components/padding.svelte";
|
||||
</script>
|
||||
|
||||
<ParallaxBg>
|
||||
<NavBar />
|
||||
<title>Timeout</title>
|
||||
<div class="container">
|
||||
<Padding />
|
||||
<h1>408 Timeout. I'm serious. We had a timeout. now go away!</h1>
|
||||
</div>
|
||||
<Footer />
|
||||
</ParallaxBg>
|
Loading…
Add table
Add a link
Reference in a new issue