Skip to content

Instantly share code, notes, and snippets.

@vascogaspar
Last active September 18, 2015 13:44
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 vascogaspar/d5806e44e4d202d9bf33 to your computer and use it in GitHub Desktop.
Save vascogaspar/d5806e44e4d202d9bf33 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>---YOUR-TITLE---</title>
<meta name="description" content="---YOUR-DESCRIPTION---">
<meta name="author" content="---YOUR-NAME---">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="dist/css/styles.css">
<script src="dist/js/scripts.min.js" type="text/javascript"></script>
</head>
<body>
<h1>Your newly created project</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment