This commit is contained in:
2026-04-03 20:36:40 -07:00
parent bfc9277f15
commit fd97d2167e
20 changed files with 1134 additions and 282 deletions

13
todomvc/public/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Newt • TodoMVC</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main"></div>
<script src="app.js" type=module></script>
</body>
</html>