<!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> <p>(Only some Chinese stuffs at the moment)</p> <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. Saved my life :)</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> <dl> <dt><a href="/acct/">acct</a></dt> <dd>Practice some novice accounting quizzes. Made 2 years ago. Ugly design. Obsolete Deno code. Used to save my life... just kidding :)</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>