Skip to content

Instantly share code, notes, and snippets.

@islandjoe
Last active December 3, 2021 16:23
Show Gist options
  • Save islandjoe/1148aaab047724acff22d8a801d285d8 to your computer and use it in GitHub Desktop.
Save islandjoe/1148aaab047724acff22d8a801d285d8 to your computer and use it in GitHub Desktop.
fresh block
<!DOCTYPE html>
<head>
<h1>My main title</h1>
<h2>My top level heading</h2>
<h3>My subheading</h3>
</head>
<body>
<p>My cats <strong>Solit &amp; Felicita</strong></p>
<ul>
<li>relaxed</li>
<li>sweet</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment