~mika/www.m1kadev.nl

ref: 1c5e50a88b88ab1d2e500cdec0ab3257da2dce11 www.m1kadev.nl/templates/thought.html -rw-r--r-- 516 bytes
1c5e50a8 — m1kadev kethel: start stage 1 of build api: collect 6 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
<!DOCTYPE html>
<html lang="en-GB">

<head>

    {{ &base_header }}

    <link rel="stylesheet" href="/styles/thought.css">

    <title> {{ thought }} - m1kadev</title>

    {{ &ogp }}

</head>

<body>

    {{ &navbar }}

    <div id="content">
        <main>
            <h2> {{ thought }} </h2>
            <span id="thought">
                {{ &fxg_content }}
            </span>
            <small>-mika, {{ date }}</small>
            <hr>
            {{ &footer }}
        </main>
    </div>

</body>

</html>