Files
newt/todomvc/index.html
2026-04-03 20:56:17 -07:00

14 lines
319 B
HTML

<!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>