added 409

This commit is contained in:
Jonas_Jones 2023-08-31 20:03:07 +02:00
parent ed65d9d76d
commit f2e037a95e

View 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>409</title>
<div class="container">
<Padding />
<h1>Conflict. Sir, there's a conflict of interests here. Please stop going any further [frog].</h1>
</div>
<Footer />
</ParallaxBg>