8000 clean html · Siddharth-cmd/pyscript@28efe8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 28efe8a

Browse files
committed
clean html
1 parent ea0cdde commit 28efe8a

File tree

Expand file tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyscriptjs/examples/todo-pylist.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ <h1 class="text-3xl font-bold text-gray-800 uppercase tracking-tight">To Do List
4040
<py-list id="myList"></py-list>
4141
<py-repl id="my-repl" auto-generate="true"> </py-repl>
4242
</div>
43-
44-
<template id="task-template">
45-
<section class="task bg-white my-1">
46-
<label for="flex items-center p-2 ">
47-
<input class="mr-2" type="checkbox" class="task-check">
48-
<p class="m-0 inline"></p>
49-
</label>
50-
</section>
51-
</template>
52-
5343
</section>
5444
</main>
5545
</body>

0 commit comments

Comments
 (0)
0