Skip to content

Instantly share code, notes, and snippets.

@bnorton
Forked from achoukah/blank-html-page.html
Last active January 29, 2021 03:14
Show Gist options
  • Save bnorton/850555b647e14b28df5778a99bc92ec7 to your computer and use it in GitHub Desktop.
Save bnorton/850555b647e14b28df5778a99bc92ec7 to your computer and use it in GitHub Desktop.
html blank page
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Chameleon blank page" />
<meta charset="utf-8">
<title>Chameleon blank page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Chameleon">
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment