Skip to content

Instantly share code, notes, and snippets.

@shytikov
Last active August 1, 2016 07:26
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 shytikov/dd58ed13adde5dcbe3e91724b2769733 to your computer and use it in GitHub Desktop.
Save shytikov/dd58ed13adde5dcbe3e91724b2769733 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>A Basic HTML5 Template For Any Project</title>
<meta name="description" content="A Basic HTML5 Template For Any Project">
<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