add day 63 (late, fml)

This commit is contained in:
Zoe
2022-11-25 18:15:34 -06:00
parent 5f06ed07b1
commit 0ec2d0b6e7
47 changed files with 11772 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<devto:head>
<title>special head</title>
<meta name="description"
content="realistic app description">
</devto:head>
<div class="grid place-items-center p-3 content-center h-full">
<div class="p-6 border-neutral-800 rounded-lg container__content border">
<slotComponent>
<div class="text-center mb-2">
<p>we get it</p>
</div>
</slotComponent>
<indexComponent />
<div>
<a href="/page2"
client:prefetch>Navigate</a>
<a href="/page3"
client:prefetch>Navigate</a>
</div>
</div>
</div>
<script>
definePageMeta({ layout: 'default', suspendUntilHydrated: false });
</script>