Skip to content

Instantly share code, notes, and snippets.

@eunjae-lee
Created July 26, 2012 07:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save eunjae-lee/3180732 to your computer and use it in GitHub Desktop.
Save eunjae-lee/3180732 to your computer and use it in GitHub Desktop.
HTML5 Basic Snippet
<!DOCTYPE html>
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
<title></title>
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</body>
</html>
@mohkoirudin
Copy link

aa

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