Skip to content

Instantly share code, notes, and snippets.

@zachleat
Created March 6, 2021 23:17
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 zachleat/d64c1eb687a3246223791f83a5dfc790 to your computer and use it in GitHub Desktop.
Save zachleat/d64c1eb687a3246223791f83a5dfc790 to your computer and use it in GitHub Desktop.
HTML Boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment