Ajouter des fichiers et des modifications existants
This commit is contained in:
commit
4ea514650d
13 changed files with 1481 additions and 0 deletions
3
templates/todo-list.html
Normal file
3
templates/todo-list.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% for todo in todos %}
|
||||
<p class="text-lg">{{ todo }}</p>
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue