Front page HTML now generated from a template
This commit is contained in:
		| @@ -1,3 +1,12 @@ | ||||
| <html> | ||||
|   <title>To-Do lists</title> | ||||
|   <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> | ||||
		Reference in New Issue
	
	Block a user