20 lines
533 B
Text
20 lines
533 B
Text
<h1>Hello World</h1>
|
|
<div class="size-1/3 mr-4 mt-4">
|
|
<div class="p-10 bg-pink-100 shadow-md rounded-xl">
|
|
<h2>Books</h2>
|
|
</div>
|
|
|
|
<div class="p-10 bg-pink-200 shadow-md rounded-xl mt-2">
|
|
<.link patch={~p"/books/thoughts"}>Share my thought</.link>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="size-1/3 mr-4 mt-4">
|
|
<div class="p-10 bg-blue-100 shadow-md rounded-xl">
|
|
<h2>Movies</h2>
|
|
</div>
|
|
|
|
<div class="p-10 bg-blue-200 shadow-md rounded-xl mt-2">
|
|
<.link patch={~p"/books/thoughts"}>Share my critics</.link>
|
|
</div>
|
|
</div>
|