website/_src/index.html

33 lines
834 B
HTML
Raw Permalink Normal View History

2025-09-11 19:30:58 +03:00
<html lang="en">
2025-06-11 09:36:54 +03:00
<head>
2025-09-11 19:30:58 +03:00
<title>{{site.name}}{% if title %} - {{title}}{% endif %}</title>
<link rel="icon" href="/assets/img/icon/sundae.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/assets/css/reset.css" />
<link rel="stylesheet" href="/assets/css/default/index.css" />
2025-06-11 09:36:54 +03:00
</head>
<body id="index">
2025-09-11 19:30:58 +03:00
<header>
<h1>
<a href="/home">
<img src="/assets/img/theme/citrus/enter.png" alt="Link to home page" />
</a>
</h1>
</header>
<main>
<a rel="me" href="https://denden.world/@fossilisk" style="display: none"
>Mastodon</a
>
</main>
<footer>
<p>
This site eats cookies for breakfast.
<br />
<i>*nom nom nom*</i>
<br />
<sub>(only used for simple interactivity)</sub>
</p>
</footer>
2025-06-11 09:36:54 +03:00
</body>
</html>