Fist commit
This commit is contained in:
11
templates/pages/about_us.html
Normal file
11
templates/pages/about_us.html
Normal 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>
|
Reference in New Issue
Block a user