add day 42

This commit is contained in:
Zoe
2022-11-03 22:52:16 -05:00
parent 37da2156ad
commit 1ef5dd5b1f
45 changed files with 11370 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<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">
<indexComponent />
<div>
<a href="/page2"
client:prefetch>Navigate</a>
<a href="/page3"
client:prefetch>Navigate</a>
</div>
</div>
</div>