~mika/www.m1kadev.nl

ref: f96a73084b6e1377ef6de64580906ad66466d823 www.m1kadev.nl/templates/thoughts.thtml -rw-r--r-- 390 bytes
f96a7308 — m1ka add link to codeberg repository 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en-GB">

<head>
    {{ &base_header }}
    {{ &highlight }}
    <title>thoughts - m1kadev</title>
    <link rel="stylesheet" href="/styles/thoughts.css">
    {{ &ogp }}
</head>

<body>
    {{ &navbar }}
    <main>
        <h1>my thoughts :3</h1>
        {{ &fxg_content }}
        <footer>
            {{ &footer }}
        </footer>
    </main>
</body>
x</html>