add day 48 & 49 (smh)

This commit is contained in:
Zoe
2022-11-10 21:23:25 -06:00
parent 9d955e014b
commit 4ed008a755
90 changed files with 23101 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' });
</script>