Skip to content

Instantly share code, notes, and snippets.

@ParkerdeWaal
Created April 22, 2013 00:54
Show Gist options
  • Save ParkerdeWaal/5431788 to your computer and use it in GitHub Desktop.
Save ParkerdeWaal/5431788 to your computer and use it in GitHub Desktop.
Here is my plate
<!DOCTYPE html>
<head>
<!-- !META -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<!-- !CSS -->
<link href="css/normalize.css" rel="stylesheet" />
<link href="css/global.css" rel="stylesheet" />
</head>
<body>
<div id="container">
<div id="header">
</div> <!-- /header -->
<div id="content">
</div> <!-- /content -->
<div id="footer">
</div> <!-- /footer -->
</div><!-- /container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment