47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The Fediverse</title>
|
|
<meta name="description" content="Change the fucking channel already!">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
|
|
<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;">
|
|
<!-- Grandparent is a reply post above the reply post above the regular, clicked post. -->
|
|
<header>
|
|
<h1 class="Handle GrandParent"></h1>
|
|
<h2 class="Origin GrandParent"></h2>
|
|
</header>
|
|
<p class="PostText GrandParent"></p>
|
|
<div class="Images GrandParent"></div>
|
|
<hr/>
|
|
<!-- Parent is a reply post above the regular, clicked post. -->
|
|
<header>
|
|
<h1 class="Handle Parent"></h1>
|
|
<h2 class="Origin Parent"></h2>
|
|
</header>
|
|
<p class="PostText Parent"></p>
|
|
<div class="Images Parent"></div>
|
|
<hr/>
|
|
<!-- The regular, clicked post. -->
|
|
<header>
|
|
<h1 class="Handle Regular"></h1>
|
|
<h2 class="Origin Regular"></h2>
|
|
</header>
|
|
<p class="PostText Regular"></p>
|
|
<div class="Images Regular"></div>
|
|
<div "display: flex;">
|
|
<p class="Favorite">Favorite!</p>
|
|
<p class="Boost">Boost!</p>
|
|
<p class="Reply">Reply!</p>
|
|
</div>
|
|
<footer>
|
|
<p class="Button" onclick="history.back()"><b>Back</b></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|