day 28 - pre-render cokies for lack of a better word

This commit is contained in:
Zoe
2022-10-20 21:55:22 -05:00
parent 59c755501b
commit b60a398627
38 changed files with 10289 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<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 min-h-screen">
<div class="p-6 border-neutral-800 rounded-lg container__content border">
<Counter />
<textInput />
<div>
<a href="/page2"
client:prefetch>Navigate</a>
<a href="/page3"
client:prefetch>Navigate</a>
</div>
</div>
</div>