Skip to content

Instantly share code, notes, and snippets.

@au5ton
Created June 2, 2015 04:03
Show Gist options
  • Save au5ton/05b7e056be1a1878d7b6 to your computer and use it in GitHub Desktop.
Save au5ton/05b7e056be1a1878d7b6 to your computer and use it in GitHub Desktop.
HTML5 boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>TITLE</title>
</head>
<body>
<p>Hello, World!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment