31 lines
1 KiB
HTML
31 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Tunui Franken</title>
|
|
<link rel="icon" type="image/png" href="/img/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="/css/styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<a href="https://git.tunuifranken.info/">GIT</a>
|
|
<a href="xmpp://flyingscorpio@chapril.org">XMPP</a>
|
|
<a href="/tunuifranken_public.key">GPG</a>
|
|
</header>
|
|
<section>
|
|
<ul>
|
|
<li><p><a href="./cours.pdf">Cours</a></p></li>
|
|
<li><p><a href="./procedures">Procédures</a></p></li>
|
|
</ul>
|
|
</section>
|
|
<footer>
|
|
<p>
|
|
Ce site est auto-hébergé dans mon salon, sur un <a href="https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2/open-source-hardware">Lime2 de chez Olimex</a>.
|
|
Merci à eux pour leur travail !
|
|
</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|