There was an error while loading. Please reload this page.
1 parent 81b3589 commit bda22a6Copy full SHA for bda22a6
2 files changed
doc/source/tutorials/todo-list/index.rst
@@ -99,7 +99,7 @@ Solutions
99
``index.html``
100
--------------
101
102
-.. literalinclude:: index.html
+.. literalinclude:: index_.html
103
104
105
``app.py``
doc/source/tutorials/todo-list/index_.html
@@ -0,0 +1,5 @@
1
+<h1>List of Tasks</h1>
2
+<ul id="tasks">
3
+</ul>
4
+<h1>Add a task</h1>
5
+<input type="text" /><input type="submit" value="Add" />
0 commit comments