Created
November 8, 2021 15:44
-
-
Save scotthaleen/18e76ffe2389adfb457994d5487e70d7 to your computer and use it in GitHub Desktop.
minimal html5 page
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="icon" href="data:;base64,iVBORw0KGgo="> | |
<title>html5</title> | |
</head> | |
<body> | |
HTML 5 | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment