26 lines
No EOL
924 B
HTML
26 lines
No EOL
924 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Junk</title>
|
|
<link rel="stylesheet" href="junk.css" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Historical Interests</h1>
|
|
<dl>
|
|
<dt><a href="/entemu/">entemu</a></dt>
|
|
<dd>Planning for a sandbox enterprise game, made in one week. Ugly code. Change plans by changing the code.</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><a href="/entemu-legacy/">entemu-legacy</a></dt>
|
|
<dd>Legacy version of entemu, made overnight. Ugly code. Have been used together with entemu.</dd>
|
|
</dl>
|
|
</main>
|
|
<footer>
|
|
<p><a href="https://git.yozora.tech/maki/junk">This service itself</a> is junk, too.</p>
|
|
<p>Everything here are licensed under <a href="/LICENSE">WTFPL, version 2</a>.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |