Last active
February 10, 2017 15:15
-
-
Save kenold/0134c064cde3a670abe7fa345ee8d3fa to your computer and use it in GitHub Desktop.
HTML todo list
This file contains 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> | |
<h1>ToDo List</h1> | |
<ul> | |
<li>Go to the store</li> | |
<li>Clean the office</li> | |
<li>Wash the car</li> | |
<li>Backup files to cloud</li> | |
</ul> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment