Created
February 13, 2013 09:46
-
-
Save vincentleeuwen/4943416 to your computer and use it in GitHub Desktop.
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> | |
<head> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script type="text/javascript" src="https://raw.github.com/kevinburke/tecate/master/tecate.js"></script> | |
<!-- ... more files in the head ... --> | |
</head> | |
<body> | |
<!-- ... the body content ... --> | |
<div class="foo"> | |
Some text | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Github project: https://github.com/kevinburke/tecate.git