~mika/www.m1kadev.nl

ref: 3ca9958ff224cf59d16b79445dd04b5779f0b07f www.m1kadev.nl/templates/pages/colophon.thtml -rw-r--r-- 312 bytes
3ca9958f — m1ka fix dockerfile 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en-GB">

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

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