Skip to content

Instantly share code, notes, and snippets.

@vikbert
Last active September 22, 2020 19:41
Show Gist options
  • Save vikbert/cee54e1338a7d19b1112b799615b1b8a to your computer and use it in GitHub Desktop.
Save vikbert/cee54e1338a7d19b1112b799615b1b8a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
<title>todo mvc in html</title>
</head>
<body>
<section class="todoapp">
<header class="header">
new todo form
</header>
<section class="main">
todo list
</section>
<footer class="footer">
todo control
</footer>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment