Skip to content

Instantly share code, notes, and snippets.

@islandjoe
Last active November 19, 2020 11:50
Show Gist options
  • Save islandjoe/e693d453d680b1f88da87544bad718a1 to your computer and use it in GitHub Desktop.
Save islandjoe/e693d453d680b1f88da87544bad718a1 to your computer and use it in GitHub Desktop.
fresh block
license: mit
<!DOCTYPE html>
<head>
<h1>My main title</h1>
<h2>My top level heading</h2>
<h3>My subheading</h3>
</head>
<body>
<p>My <em>cats</em> <strong>Solit &amp; Felicita</strong></p>
<ul>
<li>relaxed</li>
<li>sweet</li>
<li>always in the moment</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment