~mika/www.m1kadev.nl

ref: 30a34b395079871509ed85c0b075c60cf02cb226 www.m1kadev.nl/templates/pages/colophon.thtml -rw-r--r-- 315 bytes
30a34b39 — m1ka new thought 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en-GB">

<head>
    {{ &base_header }}
    <title>{{ location }} - m1kadev</title>
    {{ &ogp }}

    <script src="/scripts/dyn-codeberg-logo.js"></script>
</head>

<body>
    {{ &navbar }}
    <main>
        {{ &fxg_content }}
        {{ &extended_footer }}
    </main>
</body>
</html>