compudanzas/templates/pageheader.html

31 lines
1.4 KiB
HTML
Raw Normal View History

2022-03-27 23:55:43 +00:00
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' lang='{lang}'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta content='initial-scale=1.0' name='viewport'/>
<link rel='me' href='https://post.lurk.org/@compudanzas'>
2022-11-23 16:48:17 +00:00
<link rel='me' href='https://merveilles.town/@sejo'>
2022-08-23 13:22:33 +00:00
<link rel="alternate" type="application/atom+xml" href="https://compudanzas.net/atom.xml">
2022-03-27 23:55:43 +00:00
<link rel='stylesheet' href='./static/estilo.css'>
<link rel='icon' href='./img/iconocompudanzas_16.png' type='image/png' sizes='16x16'>
<link rel='icon' href='./img/iconocompudanzas_32.png' type='image/png' sizes='32x32'>
<link rel='icon' href='./img/iconocompudanzas_64.png' type='image/png' sizes='64x64'>
<meta property='og:type' content='website' />
2023-11-26 14:50:38 +00:00
<meta property='og:image' content='https://compudanzas.net/img/compudanzas_128.png'>
<meta property='og:title' content="{title} &mdash; {ptitle}">
<meta property='og:description' content="{pdescription}">
<meta name='description' content="{pdescription}">
2022-03-27 23:55:43 +00:00
<meta property='og:url' content='https://compudanzas.net/{slug}.html'>
<title>{title} &mdash; {ptitle}</title>
</head>
<body>
<header>
2023-11-26 15:15:32 +00:00
<div id='header-icon'><a class='icon' href='./home.html' title='{title}'><img width="32" height="32" src='./img/iconocompudanzas_64.png' style='margin:0' alt='{title}'/></a></div>
2022-03-27 23:55:43 +00:00
<h1>{ptitle}</h1>
{webtranslation}
2022-03-27 23:55:43 +00:00
</header>
<nav>
{navcontent}
</nav>
<main>