2025-12-30 22:06:06 -05:00
|
|
|
<html>
|
2025-12-30 22:19:42 -05:00
|
|
|
<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>
|
2025-12-30 22:06:06 -05:00
|
|
|
</html>
|