Skip to content

Instantly share code, notes, and snippets.

@matfish2
Created March 7, 2012 07:47
Show Gist options
  • Select an option

  • Save matfish2/1991700 to your computer and use it in GitHub Desktop.

Select an option

Save matfish2/1991700 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment