aboutsummaryrefslogtreecommitdiff
path: root/base.template.html
blob: 002bd1e2029557a03140baca3f9c1ae412a2da3a (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
<!DOCTYPE html>
<html>
    <head>
        <title>cacharle</title>
        <meta charset="utf-8"/>
        <meta name="description" content="Charles Cabergs's website"/>
        <meta name="keywords"    content="Programming"/>
        <meta name="author"      content="Charles Cabergs"/>
        <meta name="viewport"    content="width=device-width, initial-scale=1.0"/>

        <!-- HEAD -->
    </head>

    <body>
        <header>
            <div><a class="header-link" href="/">Home</a></div>
            <div><a class="header-link" href="mailto:me@cacharle.xyz">Contact</a></div>
            <div><a class="header-link" href="https://git.cacharle.xyz">git</a></div>
            <div><a class="header-link" href="https://searx.cacharle.xyz">searx</a></div>
        </header>

        <div id="page-wrapper">
            <!-- BODY -->
        </div>
    </body>
</html>