29 lines
932 B
HTML
29 lines
932 B
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;">
|
|
<header>
|
|
<h1 class="Handle"></h1>
|
|
<h2 class="Origin"></h2>
|
|
</header>
|
|
<p class="PostText"></p>
|
|
<div class="Images">
|
|
</div>
|
|
<div>
|
|
<p class="Favorite">Favorite!</p>
|
|
<p class="Boost">Boost!</p>
|
|
<p class="Reply">Reply!</p>
|
|
</div>
|
|
<p onclick="history.back()"><b>Back</b></p>
|
|
</body>
|
|
</html>
|