mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
added coming soonish to based and status
This commit is contained in:
parent
aca7865c42
commit
f1741d9051
2 changed files with 21 additions and 0 deletions
15
src/routes/status/+page.svelte
Normal file
15
src/routes/status/+page.svelte
Normal file
|
@ -0,0 +1,15 @@
|
|||
<script>
|
||||
import Footer from "../../components/Footer.svelte";
|
||||
import NavBar from "../../components/NavBar.svelte";
|
||||
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||
import Padding from "../../components/padding.svelte";
|
||||
</script>
|
||||
<ParallaxBg>
|
||||
<title>Status</title>
|
||||
<div class="container">
|
||||
<Padding />
|
||||
<NavBar />
|
||||
<h1>Coming Soonish</h1>
|
||||
</div>
|
||||
<Footer />
|
||||
</ParallaxBg>
|
Loading…
Add table
Add a link
Reference in a new issue