Created
July 17, 2013 15:20
-
-
Save nateflink/6021569 to your computer and use it in GitHub Desktop.
My own boilerplate html for quickies
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>Web</title> | |
<link rel="stylesheet" href="css/style.css"> | |
<!--[if IE]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<style> | |
*{ | |
margin:0; | |
padding:0; | |
border:0; | |
outline:0; | |
font-size:100%; | |
font:inherit; | |
vertical-align:baseline; | |
} | |
ol,ul{ | |
list-style:none; | |
} | |
</style> | |
</head> | |
<body id="home"> | |
<h1>Breakin in cribs with a crowbar | |
i wasnt poor i was PO i couldnt afford the O-R</h1> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
<!-- | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script> | |
<script type="text/javascript" src="./assets/js/jquery.animate-shadow-min.js"></script> | |
--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment