Created
August 16, 2012 16:35
-
-
Save pelagisk/3371509 to your computer and use it in GitHub Desktop.
Exempel Struktur twentyeleven
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
<html> | |
<head>...</head> | |
<body> | |
<div id="wrapper"> | |
<div id="header">....</div> | |
<div id="main"> | |
<!--- Huvudsakligt innehåll ---> | |
<div id="container"> | |
<div id="content"> | |
<!--- Här hämtas och visas en lista med inlägg ---> | |
</div> | |
</div> | |
<!--- Sidebar ---> | |
<div id="main" class="aside main-aside">...</div> | |
</div> | |
<div id="footer">....</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment