Here's the rundown: The public timeline no longer exists. However: your private timelines now exist and can be scrolled back and forth. This is an addition to content warnings, boosts, and plenty of bug fixes. A code cleanup has been put into place as well to cut down on some of the crap. Overall it's pretty good. Reviewed-on: #14
22 lines
760 B
HTML
22 lines
760 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The Fediverse</title>
|
|
<meta name="description" content="Change the fucking channel already!">
|
|
<link rel="icon" href="../Icons/favicon.ico" />
|
|
<link rel="stylesheet" href="../CSS/expanded.css">
|
|
<script type="module" src="../JS/expanded.js"></script>
|
|
<!-- Dependenci -->
|
|
<script language="JavaScript" type="text/javascript" src="https://kjur.github.io/jsrsasign/jsrsasign-latest-all-min.js"></script>
|
|
</head>
|
|
|
|
<body style="margin: 0px; text-align: center;">
|
|
<header>
|
|
<h1 class="Handle"></h1>
|
|
<h2 class="Origin">Bsky/Mastodon (TODO)</h2>
|
|
<p class="DetailedText"></p>
|
|
<p>Image here if it is a thing (TODO)</p>
|
|
<p onclick="history.back()"><b>Back</b></p>
|
|
</header>
|
|
</body>
|
|
</html>
|