williamavasquez
12/27/2014 - 4:07 AM

Html Template use to begin any html document

Html Template use to begin any html document

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>The Brand New Web Site</title>
  <meta name="description" content="The Brand New Web Site">
  <meta name="author" content="Barattalo.it">
  <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>
 
 
 
	<!-- run javascript at the end -->
  <script src="js/scripts.js"></script>
</body>
</html>