~mika/www.m1kadev.nl

ref: eb81f55fa04cd462d86e85c2c0f8532d643677cd www.m1kadev.nl/index.html -rw-r--r-- 1.2 KiB
eb81f55f — m1kadev d 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
<!DOCTYPE html>
<html lang="en">

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

<body>
    <div id="title">
        <h3>.nl</h3>
        <h1>m1kadev</h1>
    </div>
    <div id="content">
        <div id="main-focus">
            <h1>Haii :3 i'm mika</h1>
            <p>
                i'm mika (stylised as m1ka, also m1kadev). i'm your favourite dutch persons favourite dutch person. big
                fan of rust too. you can reach out to me per e-mail as linked in my github profile. i also respond to
                discord dms over at m1kadev there.
            </p>
            <hr>
            <footer>
                <div id="metadata">
                    <p>Deployed from commit $WWW_COMMIT</p>
                </div>
                <div id="lynx">
                    <a href="https://github.com/m1kadev">
                        <img src="/assets/github-mark-white.svg" width="32" height="32">
                    </a>
                </div>
            </footer>
        </div>
    </div>

</body>

</html>