Fist commit

This commit is contained in:
Andros Fenollosa
2024-06-18 14:50:41 +02:00
commit 6a9fc0a72a
10 changed files with 159 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<section>
<h1>About us</h1>
<p>
<button
data-action="click->page#run"
data-liveview-action="about_us"
data-liveview-function="current_time"
>Get time</button>
</p>
<p id="time"></p>
</section>