Skip to content

Instantly share code, notes, and snippets.

@samwilson
Forked from auneri/website.html
Last active January 28, 2016 09:29
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 samwilson/a07bba2de4c9f4fb2ad6 to your computer and use it in GitHub Desktop.
Save samwilson/a07bba2de4c9f4fb2ad6 to your computer and use it in GitHub Desktop.
Another more-better motherfucking website template.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
h1, h2, h3 {
line-height: 1.2;
}
body {
margin: 3em auto;
max-width: 50em
line-height: 1.6;
font-size: medium;
padding: 0 10px;
}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment