Skip to content

Instantly share code, notes, and snippets.

@vincentleeuwen
Created February 13, 2013 09:46
Show Gist options
  • Save vincentleeuwen/4943416 to your computer and use it in GitHub Desktop.
Save vincentleeuwen/4943416 to your computer and use it in GitHub Desktop.
<!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>
@vincentleeuwen
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment