~mika/www.m1kadev.nl

ref: 7048a1bc0a10fcff5e44089d3a781dd721554240 www.m1kadev.nl/templates/pages/index.thtml -rw-r--r-- 670 bytes
7048a1bc — m1ka thought: io errors 2 months 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
<!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>
        <h2 id="greet">placehoders are nice :)</h1>
    </aside>
</body>
</html>