Skip to content

Instantly share code, notes, and snippets.

@stormslowly
Created June 16, 2014 04:42
Show Gist options
  • Save stormslowly/141a608d39f5ceee5eab to your computer and use it in GitHub Desktop.
Save stormslowly/141a608d39f5ceee5eab to your computer and use it in GitHub Desktop.
html start template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enter your title here</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!-- build:js scripts/main.js -->
<script src="scripts/app.js"></script>
<!-- endbuild -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment