Skip to content

Instantly share code, notes, and snippets.

@robinsloan
Created October 14, 2014 19:12
Show Gist options
  • Save robinsloan/601dbc78b689eb302a7e to your computer and use it in GitHub Desktop.
Save robinsloan/601dbc78b689eb302a7e to your computer and use it in GitHub Desktop.
This little page was so simple and fast and readable, it made my heart sing. From http://totallynuclear.club/~crm/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>~crm</title>
<style>
body {
max-width: 600px;
margin: 0 auto;
padding: 10px;
}
</style>
</head>
<body>
<h1>Big hed</h1>
<h2>Hed</h2>
(Content)
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment