general cleanup

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-20 04:31:15 +03:00
parent 95616fef4a
commit f8a1e6f79c
15 changed files with 108 additions and 389 deletions

View File

@ -6,59 +6,31 @@
<title>LibMedium</title>
</head>
<body>
<main>
<main class="index">
<div class="center">
<h1>LibMedium</h1>
<p>A free and privacy-respecting medium proxy</p>
<p>
<a
href="/@tylerneely/fear-and-loathing-in-lock-free-programming-7158b1cdd50c"
>Demo Article</a
>
| <a href="SOURCE_CODE_REPLACE">Source Code</a>
</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>
* {
padding: 0;
margin: 0;
}
body {
width: 100%;
min-height: 100vh;
display: block;
}
main {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
height: 100vh;
margin: auto;
justify-content: space-between;
}
.center {
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
}
h1 {
font-size: 3rem;
}
@media screen and (max-width: 1200px) {
main {
width: 90%;
}
img {
display: block;
}
}
<. include!("./main.css"); .>
</style>
</html>