Created
January 9, 2013 18:27
-
-
Save mateusreis/4495565 to your computer and use it in GitHub Desktop.
Padrão de html5 Titans
This file contains hidden or 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-US"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="style.css" type="text/css" /> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<header id="page-header"></header> | |
<div id="container"> | |
<div id="content"> | |
<nav id="page-nav"></nav> | |
<aside id="page-aside"></aside> | |
</div> | |
</div> | |
<footer id="page-footer"></footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment