Skip to content

Instantly share code, notes, and snippets.

@dylanroy
Created February 5, 2014 19:24
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 dylanroy/8831159 to your computer and use it in GitHub Desktop.
Save dylanroy/8831159 to your computer and use it in GitHub Desktop.
Base Html Templates
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="" rel="stylesheet" />
<style></style>
</head>
<body>
<script type="text/javascript" src=""></script>
<script type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment