Skip to content

Instantly share code, notes, and snippets.

@pciapcib
Last active April 11, 2016 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pciapcib/75ed86d41d50c0cbfa4b to your computer and use it in GitHub Desktop.
Save pciapcib/75ed86d41d50c0cbfa4b to your computer and use it in GitHub Desktop.
HTML starting template
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="renderer" content="webkit">
<title>Document</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="src/css/style.css">
<script src="dist/js/jQuery.min.js"></script>
</head>
<body>
<script src="dist/js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment