edition/partials/shop/top.hbs

22 lines
205 B
Handlebars
Raw Normal View History

2024-10-03 21:53:39 +00:00
<style>
2024-10-05 06:24:24 +00:00
.rose-ash * {
2024-10-05 06:40:35 +00:00
font-size: 100%;
2024-10-05 06:24:24 +00:00
}
2024-10-05 06:43:13 +00:00
.rose-ash h3 {
2024-10-05 15:15:16 +00:00
font-size: 10%;
2024-10-05 06:43:13 +00:00
}
2024-10-03 22:11:53 +00:00
2024-10-03 21:53:39 +00:00
</style>
2024-10-04 17:07:21 +00:00
<div
2024-10-05 15:15:16 +00:00
class="rose-ash"
2024-10-05 06:12:45 +00:00
hx-get="shop"
2024-10-05 15:15:16 +00:00
hx-trigger="load"
2024-10-05 06:12:45 +00:00
hx-headers='{ "rose-ash-shop": "true" }'
2024-10-04 17:07:21 +00:00
>
</div>
2024-10-03 13:10:54 +00:00
2024-10-05 06:12:45 +00:00