Skip to content

Instantly share code, notes, and snippets.

@mbvissers
Created August 3, 2023 13:41
Show Gist options
  • Save mbvissers/f95c3338f6c7626deb02fb3f84c65044 to your computer and use it in GitHub Desktop.
Save mbvissers/f95c3338f6c7626deb02fb3f84c65044 to your computer and use it in GitHub Desktop.
html>head+body>div.header+main+div.footer
<!-- miracously turns into -->
<html>
<head></head>
<body>
<div class="header"></div>
<main></main>
<div class="footer"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment