libmedium/templates/index.html

35 lines
944 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/static/main.css">
2021-10-31 23:26:15 +05:30
<title>LibMedium</title>
</head>
<body>
<main class="index">
2021-10-31 23:26:15 +05:30
<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>
2021-10-31 23:26:15 +05:30
</div>
</main>
</body>
</html>