@ -1,18 +1,4 @@
{% include "./header.html" %}
<script>
</script>
<style>
.disabled {
display: none;
}
.enabled {
</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" %}