tunuifranken.info/index.html

30 lines
1,023 B
HTML
Raw Normal View History

2020-10-30 13:50:04 +01:00
<!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">
2020-11-17 18:56:58 +01:00
<link rel="stylesheet" type="text/css" href="css/styles.css">
2020-10-30 13:50:04 +01:00
</head>
<body>
2020-11-27 11:30:04 +01:00
<div class="container">
<header>
2020-11-27 16:27:20 +01:00
<a href="cv/out.html">CV</a>
2020-11-27 11:30:04 +01:00
<a href="https://git.tunuifranken.info/flyingscorpio/">GIT</a>
2020-12-03 17:19:54 +01:00
<a href="xmpp://flyingscorpio@chapril.org">XMPP</a>
2020-11-27 11:30:04 +01:00
<a href="/tunuifranken_public.key">GPG</a>
</header>
<section>
<p>En cours d'élaboration...</p>
</section>
<footer>
<p>
Ce site est auto-hébergé 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>
2020-10-30 13:50:04 +01:00
</body>
</html>