diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..21f72b1 --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html lang="fr"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="Blog d'Oxbian"> + <meta property="og:title" content="Blog d'Oxbian" > + <meta property="og:url" content="https://blog.arka.rocks" > + <meta property="og:type" content="article" > + <meta property="og:article:author" content="Oxbian"> + <meta property="og:article:published_time" content="2023-04-01" > + <title>Blog d'Oxbian</title> + <link rel="alternate" href="../rss.xml" type="application/rss+xml" title="RSS"> + <link rel="stylesheet" href="../assets/css/style.css"> + <link rel="shortcut icon" href="../assets/favicon/favicon.ico" type="image/x-icon"> +</head> +<body> + <header> + <div class="navbar"> + <a href="index.html">Accueil</a> + <a href="pages/howtoread.html">Comment lire ce blog ?</a> + <a href="pages/about.html">À Propos</a> + </div> + </header> + <main> + <article> + <h1>Bienvenue sur mon blog</h1> + Sur ce blog vous retrouverez des articles liées à l'informatique, la programmation, le réseau, la sécurité, le libre, etc. + De plus j'y partage aussi des articles sur les bonnes pratiques dans divers domaines, comme la vie privée, le sport.. + + <h2>Articles sur les bonnes pratiques</h2> + <ul> + <li><a href="articles/">Vie privée</a></li> + <li><a href="articles/">Vie privée</a></li> + </ul> + + <h2>Autres articles</h2> + <ul> + <li><a href="articles/">KKOOOYYAAA</a></li> + </ul> + </article> + </main> + <hr> + <footer> + <p>Contactez-moi pour toute question ou discussion, je répond assez vite en général.</p> + <div> + <a class="matrix" href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a> + <a class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a> + <a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a> + </div> + <a href="../rss.xml"></a> + </footer> +</body> +</html>
\ No newline at end of file |