2023-05-27 07:57:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-05-28 12:34:39 +00:00
|
|
|
|
2023-05-27 07:57:01 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-05-27 17:27:56 +00:00
|
|
|
<link rel="stylesheet" href="src/styles.css">
|
2023-05-28 12:34:39 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
|
|
|
|
rel="stylesheet">
|
|
|
|
<title>RIP Medium</title>
|
2023-05-27 07:57:01 +00:00
|
|
|
</head>
|
2023-05-28 12:34:39 +00:00
|
|
|
|
|
|
|
<body class="flex justify-center">
|
2023-05-28 14:36:44 +00:00
|
|
|
<article class="flex flex-col h-full w-full justify-center prose px-8 md:px-0">
|
2023-05-28 12:34:39 +00:00
|
|
|
<div>
|
|
|
|
<h1>Medium.rip</h1>
|
|
|
|
<h2>An alternative frontend to Medium</h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>How-To</h2>
|
|
|
|
<p>To view a Medium post simply replace <code class="">medium.com</code> with <code
|
|
|
|
class="highlight">medium.rip</code></p>
|
|
|
|
<p>If the URL is: <code><span class="">medium.com</span>/@user/my-post-09a6af907a2</code> change it
|
|
|
|
to <code><span class="">medium.rip</span>/@user/my-post-09a6af907a2</code></p>
|
|
|
|
</section>
|
2023-05-28 17:33:59 +00:00
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<footer><a href="https://github.com/SphericalKat/medium.rip">Source code</a></footer>
|
2023-05-28 12:34:39 +00:00
|
|
|
</article>
|
2023-05-27 07:57:01 +00:00
|
|
|
</body>
|
2023-05-28 12:34:39 +00:00
|
|
|
|
2023-05-27 07:57:01 +00:00
|
|
|
</html>
|