Skip to content

Instantly share code, notes, and snippets.

@markmichon
Created May 23, 2012 19:23
Show Gist options
  • Save markmichon/2777224 to your computer and use it in GitHub Desktop.
Save markmichon/2777224 to your computer and use it in GitHub Desktop.
HTML: Basic Page Structure
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
</header>
<div role="main">
</div>
<footer>
</footer>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment