Skip to content

Instantly share code, notes, and snippets.

@nesterchung
Created April 6, 2012 08:06
Show Gist options
  • Save nesterchung/2318058 to your computer and use it in GitHub Desktop.
Save nesterchung/2318058 to your computer and use it in GitHub Desktop.
HTML : JQuery Template
<!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