Skip to content

Instantly share code, notes, and snippets.

@syammohanmp
Created April 27, 2016 10:47
Show Gist options
  • Save syammohanmp/7c78f527b2b01b51e503767a6f1a892f to your computer and use it in GitHub Desktop.
Save syammohanmp/7c78f527b2b01b51e503767a6f1a892f to your computer and use it in GitHub Desktop.
A Basic HTML5 Template For Any Project
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[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