Add example

This commit is contained in:
Andros Fenollosa
2021-11-21 12:47:12 +01:00
parent 79578ff141
commit 2b30e08381
3 changed files with 23 additions and 0 deletions

View File

@ -36,6 +36,10 @@
{# To page Profiles #}
{% #link action="page" value="profiles" scroll-up="true" %}Profiles{% /link %}
</li>
<li>
{# To page Chat #}
{% #link action="page" value="chat" scroll-up="true" %}Chat{% /link %}
</li>
<li>
{# To page About #}
{% #link action="page" value="about" scroll-up="true" %}About{% /link %}

View File

@ -0,0 +1,3 @@
<main id="main" data-scroll-to-top="true">
soy el chat
</main>