Created
April 7, 2011 06:50
-
-
Save lukeholder/907178 to your computer and use it in GitHub Desktop.
ultra simple html5 boilerplate
This file contains hidden or 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> | |
<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