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