~mika/www.m1kadev.nl

ref: ade78edafbadeb79cf388dfc908de5b773a9a61a www.m1kadev.nl/templates/thought.thtml -rw-r--r-- 468 bytes
ade78eda — m1ka backport docker from previous mainline commit 8 days 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
<!DOCTYPE html>
<html lang="en-GB">

<head>
    {{ &base_header }}
    <link rel="stylesheet" href="/styles/thoughts.css">
    <title> {{ name }} - m1kadev</title>
    {{ &ogp }}
</head>

<body>
    {{ &navbar }}
    <main>
        <div class="thought">
            <h2> {{ &name }} </h2>
            <p>
                {{ thought }}
                <small>-mika, {{ date }} </small>
            </p>
        </div>
        {{ &footer }}
    </main>
</body>

</html>