21 lines
781 B
Plaintext
21 lines
781 B
Plaintext
<div class="grid place-items-center p-3 content-center h-full">
|
|
<div class="p-6 border-neutral-800 rounded-lg container__content border">
|
|
<htmlInput />
|
|
<myDad />
|
|
<div>
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
{Math.floor(Math.random() * 50)}
|
|
</div>
|
|
<a href="/"
|
|
client:prefetch>Home</a>
|
|
</div>
|
|
</div> |