Skip to content

Instantly share code, notes, and snippets.

@SurenderLohia
Last active August 13, 2020 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SurenderLohia/304777c8e880df464d4212c9ec37d059 to your computer and use it in GitHub Desktop.
Save SurenderLohia/304777c8e880df464d4212c9ec37d059 to your computer and use it in GitHub Desktop.
Todo App section
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Todo App</title>
</head>
<body>
<h2>Todo App</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment