Created
May 1, 2012 21:16
-
-
Save jacobdubail/2571460 to your computer and use it in GitHub Desktop.
HTML: basicpage (static)
This file contains 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> | |
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" > <![endif]--> | |
<!--[if IE 7 ]> <html class="ie ie7 no-js" > <![endif]--> | |
<!--[if IE 8 ]> <html class="ie ie8 no-js" > <![endif]--> | |
<!--[if IE 9 ]> <html class="ie ie9 no-js" > <![endif]--> | |
<!--[if gt IE 9]><!--><html class="no-js" ><!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<!--[if IE]><![endif]--> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="title" content=""> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<meta name="google-site-verification" content=""> | |
<!-- Speaking of Google, don't forget to set your site up: http://google.com/webmasters --> | |
<link rel="shortcut icon" href="/i/favicon.ico"/> | |
<link rel="stylesheet" href="/css/style.css"/> | |
<script src="/js/modernizr-2.min.js"></script> | |
<!-- <script src="http://use.typekit.com/xxxxxxx.js"></script> | |
<script>try{Typekit.load();}catch(e){}</script> --> | |
</head> | |
<body> | |
<div class="page-wrap"> | |
<header class="header"> | |
<h1><a class="ir" id="logo" href="/"></a></h1> | |
</header> | |
<nav class="main-nav"> | |
</nav> | |
<section class="main-content"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment