Created
October 14, 2014 19:12
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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