html basic template
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>HTML5</title>
<link rel="shortcut icon" href="public/img/favicon.png">
<link rel="apple-touch-icon" href="public/img/favicon.png">
<link rel="stylesheet" href="public/css/style.css">
<base href="">
</head>
<body>
<header role="banner"></header>
<main id="content" role="main"></main>
<footer role="contentinfo"></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</body>
</html>