~mika/www.m1kadev.nl

ref: 72339ece8fd581d4f850d6131b77af099851861b www.m1kadev.nl/templates/pages/colophon.thtml -rw-r--r-- 312 bytes
72339ece — m1ka fix nginx too 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>