11 lines
414 B
HTML
Raw Permalink Normal View History

2022-04-19 21:14:01 +02:00
<section>
<h1>Welcome to an example of browsing with WebSockets over the Wire</h1>
<p>You will be able to experience a simple structure with a registration, a login and a private page.</p>
</section>
2022-04-19 21:51:43 +02:00
<section data-controller="todo">
2022-04-19 21:14:01 +02:00
<h2>TODO</h2>
2022-04-19 21:51:43 +02:00
<input type="text" data-todo-target="task">
<button data-action="click->todo#addNewTask">Add task</button>
<ul id="todo-list"></ul>
2022-04-19 21:14:01 +02:00
</section>