Plantilla simple para crear ficheros xhtml.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Descripcion de la pagina">
<meta name="keywords" content="tag1, tag2, tag3">
<link rel="shortcut icon" href="url-icon" type="image/x-icon" />
<link rel="stylesheet" href="url-css" />
<script type="text/javascript" src="url-javascript"></script>
<title>TITULO</title>
</head>
<body></body>
</html>