Files
python-tdd/templates/apps/dashboard/home.html

12 lines
259 B
HTML

<html>
<head>
<title>To-Do lists</title>
</head>
<body>
<h1>Your To-Do List</h1>
<input id="id-new-item" placeholder="Enter a to-do item">
<table id="id-list-table">
</table>
</body>
</html>