added content to latest devlog

This commit is contained in:
2025-04-03 21:38:34 +02:00
parent a03939d493
commit 60901a398e
9 changed files with 213 additions and 38 deletions

View File

@@ -1,10 +1,17 @@
<script>
import Header from "$lib/header.svelte";
import Footer from "$lib/footer.svelte";
let { children } = $props();
</script>
<Header />
<div class="waters"></div>
{@render children()}
<Footer />
<style>
:global {
@import url('https://fonts.upset.dev/css2?family=Reddit+Mono:wght@200..900&family=Reddit+Sans+Condensed:wght@200..900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');