21 lines
764 B
HTML
21 lines
764 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/post.css">
|
|
<script type="module" src="../JS/post.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>Post</h1>
|
|
<textarea cols="50" rows="25" class="text" placeholder="status here..."></textarea>
|
|
<p class="button">POST!</p>
|
|
</header>
|
|
<p onclick="window.location.href = window.location.origin"><b>Back</b></p>
|
|
</body>
|
|
</html>
|