added about page

This commit is contained in:
Jonas_Jones 2023-07-10 02:56:43 +02:00
parent e6ea33f61b
commit 7c2152b413

View file

@ -0,0 +1,20 @@
<script>
import Footer from "../../components/Footer.svelte";
import NavBar from "../../components/NavBar.svelte";
import ParallaxBg from "../../components/ParallaxBg.svelte";
</script>
<ParallaxBg>
<title>About</title>
<div class="container">
<!-- please god dont send me to hell for doing this -->
<h1> </h1>
<h1> </h1>
<NavBar />
<h1>About</h1>
<p><br>
</p>
</div>
<Footer />
</ParallaxBg>