1
0
Fork 0
alnotz.fr/index.html
2025-02-16 03:42:22 +01:00

25 lines
No EOL
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Chez Alnotz</title>
<meta name="author" content="Alnotz"/>
<meta name="description" content="Encore un site Web personnel dun gnou."/>
<meta name="keyword" content="alnotz"/>
<meta name="color-scheme" content="dark light"/>
<link rel="icon" href="favicon.svg" type="image/xml+svg"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<main>
<h1>Site oueb dAlnotz</h1>
<p>Je ne sais pas encore quoi mettre dedans.</p>
<p>Pour le code source de ce site, consulter ce lien : <a href="https://git.gnous.eu/Alnotz/alnotz.fr">Vers mon dépôt</a>.</p>
<p>Pour mespionner vous trouverez mon compte Mastodon : <a rel="me" href="https://toot.gnous.eu/@alnotz">Mastodon</a>.</p>
</main>
<footer>
<p>© Presque aucun droit réservé à Alnotz.</p>
<p>Code source sous GPLv3.</p>
</footer>
</body>
</html>