Skip to content

Instantly share code, notes, and snippets.

@guillaumevoisin
Created May 23, 2012 11:49
Show Gist options
  • Save guillaumevoisin/2774786 to your computer and use it in GitHub Desktop.
Save guillaumevoisin/2774786 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="container">
<header>
</header>
<div id="main" role="main">
</div>
<footer>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment