Created
April 30, 2020 23:07
-
-
Save amitgupta15/be87b1c71f917ef33ca1e9afe1f0f0ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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