summaryrefslogtreecommitdiff
path: root/template.html
blob: 80fea2d52e0d37a70aeaec0dc70e9bee6d6d64c6 (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
57
58
<html lang="en">
    <head>
        <title>TITLE</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="//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="//codeberg.org/metamuffin">Codeberg</a>
            </nav>
            <hr />
        </header>
        <article>
            CONTENT
        </article>
        <footer>
            <hr />
            <p>
                metamuffin's website © 2025 by metamuffin is licensed under <a
                    href="https://creativecommons.org/licenses/by-nd/4.0/"
                >CC BY-ND 4.0</a>; See <a href="/license.html">Licensing</a>
                <br />
                Sources available on
                <a href="//codeberg.org/metamuffin/metamuffin-website"
                >Codeberg</a>. Version:
                <code><?ex git log -n 1 --format='%h %s' ?></code>
            </p>
            <hr />
            <iframe
                loading="lazy"
                src="//adservices.metamuffin.org/v1/embed?s=metamuffin.org"
                style="width: 728px; height: 90px; border: none"
            ></iframe>
            <iframe
                loading="lazy"
                src="//john.citrons.xyz/embed?ref=metamuffin.org"
                style="width: 732px; height: 94px; border: none"
            ></iframe>
        </footer>
    </body>
</html>