25 lines
867 B
Plaintext
25 lines
867 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>
|
|
|
|
<script>
|
|
console.log('make this pg because its open source teheheheh')
|
|
</script> |