page_perso/index.html

31 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>June | ligilo</title>
<link rel="icon" href="img/pfp/memoji.jpg" type="image/x-icon">
<link rel="stylesheet" href="/css/style.css"/>
<meta property="og:title" content="June | ligilo">
<meta property="og:type" content="website">
<meta property="og:image" content="/img/pfp/memoji.jpg">
<meta property="og:description" content="One web page, to link them all">
<meta property="og:site_name" content="June">
</head>
<body>
<img id="userPhoto" src="/img/pfp/memoji.jpg" alt="User Photo">
<a href="" id="userName">June</a>
<div id="links">
<p><a class="link" href="https://dns-witch.net.eu.org/">DNS Witch</a></p>
<p><a class="link" href="https://github.com/june-coloc/EnergyDrink-license/blob/main/license.md">Energy Drink License</a></p>
<p><a class="link" href="https://github.com/june-coloc">Github</a></p>
<p><a class="link" rel="me" href="https://problemes.eu.org/@june">Mastodon</a></p>
<p><a class="link" href="https://grimoire.eu.org/june">Blog</a></p>
<p><a class="link" href="https://liberapay.com/juin_en_anglais/">Liberapay</a></p>
</div>
<footer>
Powered by <a href="https://11ty.dev">11ty</a> / <a href="https://github.com/june-coloc/11ty-ligilo">ligilo</a>
</footer>
</body>
</html>