~mika/www.m1kadev.nl

ref: 8554f7018accd4a1f71ae7f13edb210874d7fd37 www.m1kadev.nl/templates/pages/index.thtml -rw-r--r-- 657 bytes
8554f701 — m1ka lmao 3 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 }}
    <script src="/scripts/dyn-codeberg-logo.js"></script>
    <script src="/scripts/rotate-colon-three.js"></script>

    <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">


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

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