drm-pt.info/layouts/_default/baseof.html

59 lines
1.5 KiB
HTML
Raw Normal View History

2023-07-18 22:26:43 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<style>
body { max-width: 600px; margin: 0 auto; }
img { max-width: 100%; }
blockquote { clear: both; }
hr { clear: both; }
</style>
</head>
<body>
<header>
<a href="/"><img src="/img/logo.png" alt="DRM PT" /></a>
</header>
<nav>
<a href="/">Início</a>
<a href="/o-que-e-drm/">O que é DRM</a>
<a href="/como-descobrir-drm/">Como descobrir DRM</a>
<a href="/combater-o-drm/">Combater o DRM</a>
<a href="/faq/">Perguntas Frequentes</a>
<a href="/imprensa/">Imprensa</a>
<a href="/contactos/">Contactos</a>
</nav>
<main>
{{ block "main" . }}
{{ end }}
</main>
<aside>
<section aria-labelled-by="artigos-recentes">
<h2 id="artigos-recentes">Artigos recentes</h2>
</section>
<section aria-labelled-by="links">
<h2 id="links">Links</h2>
</section>
<section aria-labelled-by="comentarios-recentes">
<h2 id="comentarios-recentes">Comentários Recentes</h2>
</section>
<section aria-labelled-by="arquivo">
<h2 id="arquivo">Arquivo</h2>
</section>
<section aria-labelled-by="categorias">
<h2 id="categorias">Categorias</h2>
</section>
<section aria-labelled-by="meta">
<h2 id="meta">Meta</h2>
</section>
</aside>
<footer>
CC-BY 2023 DRM Portugal
</footer>
</body>
</html>