Skip to content

Instantly share code, notes, and snippets.

@amitgupta15
Created April 30, 2020 23:07
Show Gist options
  • Save amitgupta15/be87b1c71f917ef33ca1e9afe1f0f0ce to your computer and use it in GitHub Desktop.
Save amitgupta15/be87b1c71f917ef33ca1e9afe1f0f0ce to your computer and use it in GitHub Desktop.
<body>
<form id="aform">
<input type="text" name="todo-input">
<button>Submit</button>
</form>
<ul id="todo-list"></ul>
<script src="app.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment