unbon.cafe/http/layouts/default.html

26 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset=UTF-8>
<title><%= @item[:title] %> - Unbon.cafe</title>
<meta name="description" content="Projet d'hébergement participatif et décentralisé, fournissant un ensemble de services pour particuliers et associations et basé sur des technologies et logiciels libres."/>
<meta name="keywords" content="CHATONS,mail,cloud,hébergement,libre"/>
<meta name="author" content="Vincent Finance"/>
<meta name="viewport" content="initial-scale=1.0"/>
<link rel="stylesheet" href="/css/site.css" type="text/css">
<link rel="icon" type="image/x-icon" href="/pictures/favicon.ico"/>
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
</head>
<body>
<main>
<%= yield %>
</main>
<footer>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>