You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1008 B
34 lines
1008 B
|
|
<!DOCTYPE html>
|
|
<!--
|
|
Copyright © 2022 Linus Vanas <linus@vanas.fi>
|
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<title>Huitsi's Codeberg projects</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 Codeberg projects</h1>
|
|
</header>
|
|
<main><h2>Games</h2> <ul> <li><a href="/ParallelOverhead">Parallel Overhead</a>, a colorful endless runner</li> </ul></main>
|
|
<footer>
|
|
<p>
|
|
Copyright © 2022 Linus Vanas;
|
|
licensed under the <a rel="license"
|
|
href="https://creativecommons.org/licenses/by-sa/4.0/">
|
|
Creative Commons Attribution-ShareAlike 4.0 International License</a>
|
|
</p>
|
|
<p>
|
|
Hosted on <a href="https://codeberg.org/Codeberg/org">Codeberg</a>
|
|
<a href="https://codeberg.org/Huitsi/pages">(repository)</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|