Skip to content

Instantly share code, notes, and snippets.

@mateusreis
Created January 9, 2013 18:27
Show Gist options
  • Save mateusreis/4495565 to your computer and use it in GitHub Desktop.
Save mateusreis/4495565 to your computer and use it in GitHub Desktop.
Padrão de html5 Titans
<!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