Skip to content

Instantly share code, notes, and snippets.

@boutros
Created June 27, 2015 16:48
Show Gist options
  • Save boutros/141e5bf2c6fe495e3a6d to your computer and use it in GitHub Desktop.
Save boutros/141e5bf2c6fe495e3a6d to your computer and use it in GitHub Desktop.
HTML5 template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hei</title>
<style type="text/css">
body { margin: 40px auto; max-width: 650px; line-height: 1.6; font-size: 18px; color: #222; padding: 0 10px }
h1, h2, h3 { line-height: 1.2}
</style>
</head>
<body>
<h1>hei</h1>
<p>Sett i gang!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment