pages/index.html

47 lines
1.6 KiB
HTML

<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: 2022-2023 Linus Vanas
SPDX-License-Identifier: CC-BY-SA-4.0
-->
<html lang="en">
<head>
<title>Huitsi's creations</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/default.css">
<link rel="icon" href="/icon.svg">
</head>
<body>
<header>
<h1>Huitsi's creations</h1>
</header>
<main>
<p>This is an index of stuff made by Linus Vanas (Huitsi).</p>
<h2 id="games">Games</h2>
<ul>
<li><a href="/ParallelOverhead">Parallel Overhead</a>, a colorful endless runner</li>
<li><a href="/PhantomOverload">Phantom Overload</a>, an atmospheric first person shooter</li>
</ul>
<h2 id="contact">Contact</h2>
<ul>
<li><a href="mailto:linus@vanas.fi">linus@vanas.fi</a>, email address</li>
<li><a rel="me" href="https://mastodon.gamedev.place/@Huitsi">@Huitsi@mastodon.gamedev.place</a>, Mastodon/Fediverse account</li>
<li><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/BDDB51154AEB7F05424CD716C0CA348EB7D44EFA">BDDB51154AEB7F05424CD716C0CA348EB7D44EFA</a>, OpenPGP key</li>
</ul>
</main>
<footer>
<p>
This page is copyright &copy; 2022-2023 Linus Vanas and licensed under
<a rel="license" href="/LICENSES/CC-BY-SA-4.0.txt">
CC-BY-SA-4.0</a>.
</p>
<p>
This site is hosted on <a href="https://codeberg.org/Codeberg/org">Codeberg</a>
(<a href="https://codeberg.org/Huitsi/pages">repository</a>|<a href="https://codeberg.org/Huitsi/pages/src/branch/src">source code</a>).
</p>
</footer>
</body>
</html>