Descargar este script +   « Regresar
		
		

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

<head>
	<!-- Forzar IE8/9 para actuar como IE7 -->
	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

	<title>Título de la página</title>

	<link rel="icon" href="img/favicon.ico" type="image/ico" />
	<link rel="shortcut icon" href="img/favicon.ico" />

	<!-- Incluir keywords y description -->
	
	<meta name="keywords" content="keyword1, key word 2, keyword3, etc" />

	<meta name="description" content="Descripción del sitio" />

	<link rel="stylesheet" type="text/css" href="estilos.css" />

	<script type="text/javascript" src="scripts/jquery.min.js"></script>

	<script type="text/javascript">
		//Si tenemos un script acá mismo, si no, no.
	</script>

</head>
<body>

	<!-- TIRAR EL CONTENIDO ACÁ -->

</body>
</html>