Some checks failed
Build and publish the docker image / build (push) Failing after 10s
Signed-off-by: ngn <ngn@ngn.tf>
35 lines
944 B
HTML
35 lines
944 B
HTML
<!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">
|
|
<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>
|
|
</html>
|