30 lines
1.1 KiB
HTML
Executable File
30 lines
1.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>
|
|
Onionr Mail
|
|
</title>
|
|
<link rel='stylesheet' href='/shared/style/modal.css'>
|
|
<link rel='stylesheet' href='/shared/main/style.css'>
|
|
<link rel='stylesheet' href='/mail/mail.css'>
|
|
</head>
|
|
<body>
|
|
<div id="infoOverlay" class='overlay'>
|
|
</div>
|
|
<img class='logo' src='/shared/onionr-icon.png' alt='onionr logo'>
|
|
<span class='logoText'>Onionr Mail</span>
|
|
<div class='content'>
|
|
<div>Current Used Identity: <input class='myPub' type='text' readonly> <button class='refresh'>Refresh Page</button></div>
|
|
<br><br>
|
|
<div class="btn-group" id='tabBtns'>
|
|
<button class='activeTab'>Inbox</button><button>Sentbox</button><button>Drafts</button><button>Send Message</button>
|
|
</div>
|
|
<div id='threads' class='threads'>
|
|
<div id='threadPlaceholder'>Nothing here yet 😞</div>
|
|
</div>
|
|
</div>
|
|
<script src='/shared/misc.js'></script>
|
|
<script src='/mail/mail.js'></script>
|
|
</body>
|
|
</html> |