This commit is contained in:
2026-05-06 10:41:08 +02:00
parent 36234a5256
commit 9055087d00
+4 -1
View File
@@ -12,7 +12,10 @@
</nav>
</header>
<?=form_open('todo/add')?>
<input type="text" placeholder="todo" name="todo">
<fieldset role="group">
<input type="text" placeholder="Buy milk and eggs..." name="todo">
<button><i class="fa fa-plus"></i></button>
</fieldset>
</form>
<table>