HTML5 and responsive basic template
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="html5 basic template">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Page title - Branding name</title>
<link rel="shortcut icon" href="qwerty.ico">
<link rel="stylesheet" href="">
</head>
<body>
<div class="page">
</div>
<script src=""></script>
</body>
</html>