Created
April 6, 2012 08:06
-
-
Save nesterchung/2318058 to your computer and use it in GitHub Desktop.
HTML : JQuery Template
This file contains 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="utf-8"> | |
<head> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" href="css/style.css"> | |
<title>JQuery Template</title> | |
</head> | |
<body> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
<script type="text/javascript" charset="utf-8" > | |
$(document).ready(function(){ | |
//insert your code here... | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment