~mika/www.m1kadev.nl

ref: a36e68f8903918b576590da3165cbed85ad787c1 www.m1kadev.nl/templates/pages/index.html -rw-r--r-- 547 bytes
a36e68f8 — m1kadev fix bug with qoutes in ogp meta tags 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
35
36
<!DOCTYPE html>
<html lang="en-GB">

<head>

    {{ &base_header }}

    {{ &highlight }}

    <script src="/static/rs.min.js"></script>
    <script src="/scripts/showMotd.js" defer></script>
    <link rel="stylesheet" href="/styles/index.css">

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

    {{ &ogp }}
</head>

<body>

    {{ &navbar }}

    <div id="content">
        <main>
            {{ &fxg_content }}
            <hr>
            {{ &footer }}
        </main>
    </div>

    <div id="motd">
        <h2></h2>
    </div>
</body>

</html>