todos
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user