Skip to content

Instantly share code, notes, and snippets.

@courtney-scripted
Created October 13, 2016 20:28
Show Gist options
  • Save courtney-scripted/6fe64062315a9819a255b0d298be02ba to your computer and use it in GitHub Desktop.
Save courtney-scripted/6fe64062315a9819a255b0d298be02ba to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=6fe64062315a9819a255b0d298be02ba
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> Grocery List </h1>
<ul>
<li>Eggs</li>
<li>Cinnamon Toast Crunch</li>
<li>Milk</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment