Skip to content

Instantly share code, notes, and snippets.

@Birowsky
Created January 6, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Birowsky/4469603 to your computer and use it in GitHub Desktop.
Save Birowsky/4469603 to your computer and use it in GitHub Desktop.
HTML: starting point
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/style.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<h1>HTML5 boilerplate</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment