Created
August 3, 2023 13:41
-
-
Save mbvissers/f95c3338f6c7626deb02fb3f84c65044 to your computer and use it in GitHub Desktop.
This file contains 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
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