Created
February 12, 2011 18:07
-
-
Save jeroenbourgois/823946 to your computer and use it in GitHub Desktop.
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> | |
<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