Skip to content

Instantly share code, notes, and snippets.

@dcraig327
Last active March 20, 2020 08:47
Show Gist options
  • Save dcraig327/7e1ca6e41ee4757f7dcfda3e6993c598 to your computer and use it in GitHub Desktop.
Save dcraig327/7e1ca6e41ee4757f7dcfda3e6993c598 to your computer and use it in GitHub Desktop.
cakes
<html>
<head>
<title>My Favorite Cakes</title>
</head>
<body>
<h1>My Favorite Cakes</h1>
<h2>Best Cakes</h2>
<ol>
<li>German Chocolate</li>
<li>Red Velvet</li>
<li>Ice Cream Cake</li>
</ol>
<h2>Cities I've had Cake</h2>
<ul>
<li>Houston</li>
<li>Austin</li>
<li>NYC</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment