Skip to content

Instantly share code, notes, and snippets.

@lukeholder
Created April 7, 2011 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukeholder/907178 to your computer and use it in GitHub Desktop.
Save lukeholder/907178 to your computer and use it in GitHub Desktop.
ultra simple html5 boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.min.js" type="text/javascript"></script>
</head>
<body>
<h1>Document</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Morbi sed leo nibh. Vivamus dui orci, mattis ac cursus quis, varius ac ante. In vitae lacus eget quam interdum porta et in nulla.
Fusce adipiscing nulla a ipsum blandit sit amet semper neque mollis. Etiam ornare enim vitae risus consequat ac accumsan velit aliquet.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment