2019-01-30 06:10:29 +00:00
|
|
|
<!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'>
|
2019-02-01 19:55:59 +00:00
|
|
|
<link rel='stylesheet' href='/mail/mail.css'>
|
2019-01-30 06:10:29 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="infoOverlay" class='overlay'>
|
|
|
|
</div>
|
|
|
|
<img class='logo' src='/shared/onionr-icon.png' alt='onionr logo'>
|
2019-02-01 06:38:12 +00:00
|
|
|
<span class='logoText'>Onionr Mail</span>
|
2019-01-30 06:10:29 +00:00
|
|
|
<div class='content'>
|
2019-02-01 06:38:12 +00:00
|
|
|
<button class='refresh'>Refresh</button>
|
2019-02-01 19:55:59 +00:00
|
|
|
<div id='threads' class='threads'></div>
|
2019-01-30 06:10:29 +00:00
|
|
|
</div>
|
|
|
|
<script src='/shared/misc.js'></script>
|
2019-02-01 06:38:12 +00:00
|
|
|
<script src='/mail/mail.js'></script>
|
2019-01-30 06:10:29 +00:00
|
|
|
</body>
|
|
|
|
</html>
|