Skip to content

Instantly share code, notes, and snippets.

@carloschulo
Created February 7, 2017 02:29
Show Gist options
  • Save carloschulo/94c4fd6e6962dcfa2394d3cdc10989d1 to your computer and use it in GitHub Desktop.
Save carloschulo/94c4fd6e6962dcfa2394d3cdc10989d1 to your computer and use it in GitHub Desktop.
HTML5 boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment