added todo

This commit is contained in:
Rushabh Mehta
2012-02-24 11:26:31 +05:30
parent 3966f1dc5d
commit 2886b95da0
26 changed files with 804 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
<div class="layout-wrapper" style="min-height: 300px">
<a class="close" onclick="window.history.back();">&times;</a>
<h1>To Do</h1>
<br>
<div id="todo-list">
</div>
<div style="margin-top: 21px">
<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
</div>
</div>