Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created August 1, 2015 15:50
Show Gist options
  • Save pablocattaneo/88310bf281b38c944251 to your computer and use it in GitHub Desktop.
Save pablocattaneo/88310bf281b38c944251 to your computer and use it in GitHub Desktop.
Basic template html
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="Pablo Cattaneo">
<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