Skip to content

Instantly share code, notes, and snippets.

@jodosha
Created May 3, 2011 15:57
Show Gist options
  • Save jodosha/953607 to your computer and use it in GitHub Desktop.
Save jodosha/953607 to your computer and use it in GitHub Desktop.
<html>
<head>
</head>
<body>
<div id="header">
--- Titolo e Testata ---
</div>
<div id="body">
<div id="menu">
--- Voci di Menu ---
</div>
<div id="main_content">
<div class="post">
--- Un Post ---
</div>
<div class="post">
--- Un altro Post ---
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment