added content to latest devlog
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user