Built with blockbuilder.org
Last active
December 3, 2021 16:23
-
-
Save islandjoe/1148aaab047724acff22d8a801d285d8 to your computer and use it in GitHub Desktop.
fresh block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 & 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