@ -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>
|
||||
|
Reference in New Issue
Block a user