added todo
diff --git a/erpnext/utilities/page/todo/todo.html b/erpnext/utilities/page/todo/todo.html
new file mode 100644
index 0000000..aa46d97
--- /dev/null
+++ b/erpnext/utilities/page/todo/todo.html
@@ -0,0 +1,10 @@
+<div class="layout-wrapper" style="min-height: 300px">
+ <a class="close" onclick="window.history.back();">×</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>
\ No newline at end of file