9 lines
162 B
HTML
Raw Normal View History

2020-11-07 20:48:41 +11:00
<html>
<head>
<title>To-Do lists</title>
</head>
<body>
<h1>Your To-Do list</h1>
<input id="id_new_item"/>
</body>
2020-11-07 20:48:41 +11:00
</html>