81 lines
4.5 KiB
HTML
81 lines
4.5 KiB
HTML
|
<html lang="{language}" dir="{direction}">
|
||
|
<head>
|
||
|
<title data-i18n="{key}_title">{name}</title>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||
|
<link rel="icon" href="/images/{name}-32.{extension}" sizes="32x32" />
|
||
|
<link rel="icon" href="/images/{name}-192.{extension}" sizes="192x192" />
|
||
|
<link rel="icon" href="/images/{name}-512.{extension}" sizes="512x512" />
|
||
|
<link rel="apple-touch-icon-precomposed" href="/images/{name}-180.{extension}" />
|
||
|
<meta name="msapplication-TileImage" content="/images/{name}-270.{extension}" />
|
||
|
|
||
|
<meta name="licence:text" content="{license_text}" />
|
||
|
<meta name="licence:link" content="{license_link}" />
|
||
|
<meta name="licence:icon" content="{license_icon}" />
|
||
|
|
||
|
<meta name="xdoc:link" content="{url}/" />
|
||
|
<meta name="xdoc:author" content="{authors}" />
|
||
|
<meta name="xdoc:since" content="{since}" />
|
||
|
<meta name="xdoc:version" content="{version}" />
|
||
|
<meta name="xdoc:access" content="public" />
|
||
|
|
||
|
<meta name="description" data-i18n="{key}_description" content="{description}" />
|
||
|
<meta name="keywords" data-i18n="{key}_keywords" content="{keywords}" />
|
||
|
<meta name="author" content="{authors}" />
|
||
|
<meta name="copyright" content="{license_text}" />
|
||
|
<meta name="robots" content="index,follow" />
|
||
|
<meta name="googlebot" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1" />
|
||
|
<meta name="bingbot" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1" />
|
||
|
<!--<meta http-equiv="refresh" content="30" />-->
|
||
|
<!--<meta http-equiv="cache-control" content="no-cache" />-->
|
||
|
<!--<meta http-equiv="expires" content="0" />-->
|
||
|
<link rel="canonical" href="{url}/" />
|
||
|
<link rel="alternate" href="{url}/" hreflang="{language}" />
|
||
|
<meta property="og:locale:alternate" content="{language_code}" />
|
||
|
<meta name="referrer" content="origin" />
|
||
|
<meta name="fragment" content="!" /><!-- Para uso AJAX -->
|
||
|
<meta name="language" content="{language}" />
|
||
|
<meta name="revisit-after" content="7 days" /><!-- Regreso de las arañas. Información Crawl. -->
|
||
|
<meta name="rating" content="general" /><!-- Tipo de contenido: general, mature, restricted, adult, 14 years, safe for kids. -->
|
||
|
<meta name="author" content="{authors}" />
|
||
|
<meta name="owner" content="{authors}" />
|
||
|
|
||
|
<meta property="og:locale" content="{language_code}" />
|
||
|
<meta property="og:type" content="website" />
|
||
|
<meta property="og:title" data-i18n="{key}_title" content="{name}" />
|
||
|
<meta property="og:description" data-i18n="anp_description" content="{description}" />
|
||
|
<meta property="og:url" content="{url}/" />
|
||
|
<meta property="og:site_name" content="{name}" />
|
||
|
<meta property="og:image" content="{url}/images/{name}.png" />
|
||
|
<!--<meta property="fb:admins" content="FB-AppID" />-->
|
||
|
<meta name="twitter:card" content="summary" />
|
||
|
<meta name="twitter:description" data-i18n="{key}_description" content="{description}" />
|
||
|
<meta name="twitter:title" data-i18n="{key}_title" content="{name}" />
|
||
|
<!--<meta name="twitter:site" content="@{name}" />-->
|
||
|
<!--<meta name="twitter:creator" content="@{name}" />-->
|
||
|
|
||
|
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
|
||
|
<!--<meta name="google-site-verification" content="123456789" />--><!-- Verificación en el Google Search Console. -->
|
||
|
<meta name="google" content="nositelinkssearchbox" />
|
||
|
<link rel="dns-prefetch" href="{url}/" />
|
||
|
<!--<link rel="amphtml" href="{url}/index.amp.html" />--><!-- Indica si tiene página para móviles. Tecnología AMP. -->
|
||
|
|
||
|
<style data-type="text/css" data-rel="stylesheet" data-language="CSS3" charset="utf-8">
|
||
|
|
||
|
html,body{
|
||
|
height : 100%;
|
||
|
margin : 0px;
|
||
|
overflow : hidden;
|
||
|
}
|
||
|
|
||
|
</style>{kstats}
|
||
|
|
||
|
<script data-type="text/javascript" data-language="ECMAScript 2015" src="https://anp.{domain}/ecma/AnPBuilder.ecma.js" data-crossorigin="anonymous" charset="utf-8"></script>
|
||
|
|
||
|
{script}
|
||
|
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|