summaryrefslogtreecommitdiff
path: root/template.html
blob: d850d51f2545ce2445ea9a2f28d8a59c4b65b8f5 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html lang="en">
    <head>
        <title>TITLE - metamuffin's website</title>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="metamuffin's personal website" />
        <link rel="stylesheet" href="/style.css" />
    </head>
    <body>
        <header>
            <img
                src="https://s.metamuffin.org/avatar/default-512.webp"
                alt="a muffin with purple glowing regions where a 3d vornoi function using chebychev distance exceeds some threshold"
                align="left"
                height="80"
                width="80"
                hspace="10"
            />
            <h1>metamuffin's personal website</h1>
            <nav>
                <a href="/about.html">About</a>
                <a href="/blog.html">Blog</a>
                <a href="/projects.html">Projects</a>
                <a href="/services.html">Services</a>
                <a href="/contact.html">Contact</a>
                <a href="https://codeberg.org/metamuffin">Codeberg</a>
            </nav>
            <hr />
        </header>
        <article>
            CONTENT
        </article>
        <footer>
            <hr />
            <p>
                metamuffin's website; sources available on
                <a href="https://codeberg.org/metamuffin/metamuffin-website"
                >codeberg</a>
            </p>
            <p>
                Version: <code><?ex git log --format=oneline -n 1 ?></code>
            </p>
            <hr />
            <iframe
                loading="lazy"
                src="https://adservices.metamuffin.org/v1/embed?s=metamuffin.org"
                style="width: 728px; height: 90px; border: none"
            ></iframe>
            <iframe
                loading="lazy"
                src="https://john.citrons.xyz/embed?ref=metamuffin.org"
                style="width: 732px; height: 94px; border: none"
            ></iframe>
        </footer>
    </body>
</html>