~mika/www.m1kadev.nl

ref: ea1b870d77fd1dca287d91466f8c24c973dd3fb5 www.m1kadev.nl/templates/pages/index.thtml -rw-r--r-- 657 bytes
ea1b870d — m1ka add /now page, fix licensing 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>