Skip to content

Instantly share code, notes, and snippets.

@tbonemalone
Created March 16, 2012 18:01
Show Gist options
  • Save tbonemalone/2051529 to your computer and use it in GitHub Desktop.
Save tbonemalone/2051529 to your computer and use it in GitHub Desktop.
html: base doc template
<! doctype html >
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="" />
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment