~mika/www.m1kadev.nl

ref: 1a4d481999df01d1234b88ab5e3e3b219afdfa9f www.m1kadev.nl/templates/thought.html -rw-r--r-- 516 bytes
1a4d4819 — m1kadev new thought: opening times 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>