add day 54
This commit is contained in:
21
day54/src/pages/page2.devto
Normal file
21
day54/src/pages/page2.devto
Normal file
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user