Skip to content

Instantly share code, notes, and snippets.

@loveJesus
Created August 5, 2012 04:54
Show Gist options
  • Save loveJesus/3261758 to your computer and use it in GitHub Desktop.
Save loveJesus/3261758 to your computer and use it in GitHub Desktop.
HTML: Simple Blank
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<style type="text/css">
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// Stuff to do as soon as the DOM is ready;
});
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment