Skip to content

Instantly share code, notes, and snippets.

@snow
Created November 26, 2011 18:32
Show Gist options
  • Save snow/1396102 to your computer and use it in GitHub Desktop.
Save snow/1396102 to your computer and use it in GitHub Desktop.
html5 file skeleton
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="zh_cn" />
<title></title>
<link rel="stylesheet" type="text/css" href="c/common.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="s/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment