~mika/www.m1kadev.nl

ref: c6127c07e00c83bcc088d3713ee9a87ab0b91d12 www.m1kadev.nl/templates/pages/index.thtml -rw-r--r-- 640 bytes
c6127c07 — m1ka Change fonts, reimplement qoute system from old m1kadev 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
<!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>
    <h1 id="greet">placehoders are nice :)</h1>
</body>
</html>