Strip out stuff I'm not using then work on an alpine version.

main
Zed A. Shaw 3 months ago
parent 2d73c70186
commit f72fec3a5d
  1. 15
      templates/todo.html

@ -1,18 +1,4 @@
{% include "./header.html" %}
<script>
</script>
<style>
.disabled {
display: none;
}
.enabled {
display: none;
}
</style>
<h1>Your TODOs</h1>
<p>Welcome {{ name }}, here's your TODOs</p>
@ -30,5 +16,4 @@
<label for="task">Task</label>
<input name="task"></input>
</form>
{% include "./footer.html" %}

Loading…
Cancel
Save