blob: f1d0d487bab4421c4a23d1645f79a758819110c6 (
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
|
<html lang="en">
<head>
<title>TITLE - metamuffin's website</title>
<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="/contact.html">Contact</a>
<a href="https://codeberg.org/metamuffin">Codeberg</a>
</nav>
<hr />
</header>
<article>
CONTENT
</article>
<footer>
<hr />
<p>
metamuffin's website; version TODO; sources available on
<a href="https://codeberg.org/metamuffin/metamuffin-website"
>codeberg</a>
</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>
|