aboutsummaryrefslogtreecommitdiff
path: root/tools/index_template.html
blob: fab5a2d48efbdebfae7627c3c606307f4b2b4e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!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">
    <title>Blog d'Oxbian</title>
    <link rel="alternate" href="atom.xml" type="application/atom+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/how-to-read.html">Comment lire ce blog ?</a>
            <a href="pages/about.html">À Propos</a>
        </div>
    </header>
    <main>
        <article>
            <h1>Bienvenue sur mon blog</h1>
            <p>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..</p>

            $CONTENT
        </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>
    </footer>
</body>
</html>
ArKa projects. All rights to me, and your next child right arm.