Skip to content

Instantly share code, notes, and snippets.

@mnshcodie
Created July 22, 2015 16:07
Show Gist options
  • Select an option

  • Save mnshcodie/0f0ea277a9aa70dd4333 to your computer and use it in GitHub Desktop.

Select an option

Save mnshcodie/0f0ea277a9aa70dd4333 to your computer and use it in GitHub Desktop.
HTML: basic template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title Goes here</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="knacked">
<link rel="stylesheet" href="css/styles.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment