~mika/www.m1kadev.nl

ref: f9828cfefe705805de898a10289ff2bcc0b9c9f4 www.m1kadev.nl/src/colophon.html -rw-r--r-- 1.5 KiB
f9828cfe — m1kadev add pastes folder 7 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en-GB">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>home - m1kadev.nl</title>
    <link rel="stylesheet" href="/index.css">
    <script src="/index.js" type="module" defer></script>
    <link rel="stylesheet" href="/static/arta.min.css">
</head>

<body>
    <div id="content">
        <main>
            <content />
            <hr>
            <footer>
                <div id="metadata">
                    <p>Deployed from commit <code><span class="from-commit-short"></span></code>, on <span
                            class="build-date"></span>. built with lightningcss <span class="lightningcss"></span>,
                        html-minifier-next <span class="html-minifier-next"></span>, and uglifyjs <span
                            class="uglifyjs"></span> </p>
                </div>
                <div id="lynx">
                    <a href="https://github.com/m1kadev">
                        <img src="/static/github-mark-white.svg" width="32" height="32" alt="GitHub logo">
                    </a>
                </div>
            </footer>
        </main>
    </div>

    <div id="mark">
        <h3>.nl</h3>
        <h1>m1kadev</h1>
        <nav>
            <a href="/">home</a>
            <a href="/projects.html">projects</a>
            <a href="/thoughts/">thoughts</a>
            <a href="/pastes/">pastes</a>
            <a href="/colophon.html">colophon</a>
        </nav>
    </div>

</body>

</html>