Skip to content

Instantly share code, notes, and snippets.

@akersten
Last active October 19, 2019 21:22
Show Gist options
  • Save akersten/b20054cc1ceda28984eb2ff744e6a335 to your computer and use it in GitHub Desktop.
Save akersten/b20054cc1ceda28984eb2ff744e6a335 to your computer and use it in GitHub Desktop.
A true HTML5 boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TITLE</title>
<meta name="description" content="DESCRIPTION">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="data:,">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment