Skip to content

Instantly share code, notes, and snippets.

@scotthaleen
Created November 8, 2021 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scotthaleen/18e76ffe2389adfb457994d5487e70d7 to your computer and use it in GitHub Desktop.
Save scotthaleen/18e76ffe2389adfb457994d5487e70d7 to your computer and use it in GitHub Desktop.
minimal html5 page
<!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