Skip to content

Instantly share code, notes, and snippets.

@jeroenbourgois
Created February 12, 2011 18:07
Show Gist options
  • Save jeroenbourgois/823946 to your computer and use it in GitHub Desktop.
Save jeroenbourgois/823946 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<title>Drupalconnect frontend</title>
<style type="text/css">
* { padding: 0; margin: 0; }
html { font-family: "Lucida grande", arial, sans-serif; color: #222;}
body { width: 800px; margin: 0 auto; }
h1 { margin: 80px 0; }
h3 { margin-bottom: 10px; }
.page { margin-bottom: 40px; border-bottom: dotted 1px #999; padding-bottom: 40px; }
</style>
</head>
<body>
<h1>Drupalconnect frontend</h1>
<h2>Pages from the Drupal backend:</h2>
<!-- Page nodes -->
<div class="page">
<h3></h3>
<div></div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment