libmedium/templates/index.html
ngn f8a1e6f79c
general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 04:31:15 +03:00

37 lines
947 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LibMedium</title>
</head>
<body>
<main class="index">
<div class="center">
<h1>LibMedium</h1>
<p>A free and privacy-respecting medium proxy</p>
<div>
<a href="/@tylerneely/fear-and-loathing-in-lock-free-programming-7158b1cdd50c">
Demo
</a>
<span> | </span>
<a href="https://github.com/realaravinth/libmedium">
Source
</a>
<span> | </span>
<a href="https://git.ngn.tf/ngn/libmedium">
Modified Source
</a>
<span> | </span>
<a href="https://liberapay.com/realaravinth">
Donate
</a>
</div>
</div>
</main>
</body>
<style>
<. include!("./main.css"); .>
</style>
</html>