Skip to content

Instantly share code, notes, and snippets.

@safe1981
Created March 7, 2012 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save safe1981/1989983 to your computer and use it in GitHub Desktop.
Save safe1981/1989983 to your computer and use it in GitHub Desktop.
HTML: basic html set
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
//user defined script here
</script>
</body>
</html>
@safe1981
Copy link
Author

safe1981 commented Mar 7, 2012

jQuery를 포함한 기본 HTML Set

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