forked from HelloZeroNet/ZeroMail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (31 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>ZeroMail_</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/all.css" />
<base href="" target="_top" id="base">
<script>base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&?]wrapper=False/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "")</script>
</head>
<body>
<div id="banner" style="display: none">
__________ _____ .__.__
\____ /___________ ____ / \ _____ |__| |
/ _/ __ \_ __ \/ _ \ / \ / \\__ \ | | |
/ /\ ___/| | \( <_> / Y \/ __ \| | |__
/_______ \___ |__| \____/\____|__ (____ |__|____/
\/ \/ \/ \/
END-TO-END ENCRYPTED P2P MESSAGING SYSTEM
</div>
<div id="Leftbar" class="Leftbar"></div>
<div class="center">
<div id="MessageLists"></div>
</div>
<div class="right">
<div id="MessageShow" class="MessageShow"></div>
<div id="MessageCreate" class="MessageCreate empty minimized"></div>
</div>
<script type="text/javascript" src="js/all.js" asyc></script>
</body>
</html>