27 lines
916 B
HTML
27 lines
916 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/mail.css">
|
|
<script type="module" src="../JS/mail.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>Mail</h1>
|
|
</header>
|
|
<div style="height: 85vh;">
|
|
<section class="Favorites"></section>
|
|
<section class="Bookmarks"></section>
|
|
<section class="Notifications"></section>
|
|
</div>
|
|
<footer>
|
|
<p class="Button" onclick="history.back();"><b>Back</b></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|