~mika/www.m1kadev.nl

ref: ef25a5240fc20f5cf560efd3ffc44599c98feba7 www.m1kadev.nl/templates/pages/index.thtml -rw-r--r-- 726 bytes
ef25a524 — m1ka navbar: del /now 8 days ago
                                                                                
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
27
28
29
<!DOCTYPE html>
<html lang="en-GB">

<head>
    {{ &base_header }}

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap" rel="stylesheet">
    <link href="/styles/index.css" rel="stylesheet">

    <script src="/scripts/fetch-greet.js"></script>

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

<body>
    {{ &navbar }}
    <main>
        {{ &fxg_content }}
        {{ &footer }}
    </main>
    <aside style="display:none;">
        <h2 id="greet">placehoders are nice :)</h2>
        <span id="author"></span>
    </aside>
</body>
</html>