Skip to content

Instantly share code, notes, and snippets.

@kenold
Last active February 10, 2017 15:15
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 kenold/0134c064cde3a670abe7fa345ee8d3fa to your computer and use it in GitHub Desktop.
Save kenold/0134c064cde3a670abe7fa345ee8d3fa to your computer and use it in GitHub Desktop.
HTML todo list
<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