index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ZeroMail_</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7. <link rel="stylesheet" href="css/all.css" />
  8. <base href="" target="_top" id="base">
  9. <script>base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&?]wrapper=False/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "")</script>
  10. </head>
  11. <body class="{themeclass}">
  12. <div id="banner" style="display: none">
  13. __________ _____ .__.__ ​
  14. \____ /___________ ____ / \ _____ |__| | ​
  15. / _/ __ \_ __ \/ _ \ / \ / \\__ \ | | | ​
  16. / /\ ___/| | \( <_> / Y \/ __ \| | |__​
  17. /_______ \___ |__| \____/\____|__ (____ |__|____/​
  18. \/ \/ \/ \/ ​
  19. END-TO-END ENCRYPTED P2P MESSAGING SYSTEM
  20. </div>
  21. <div id="Leftbar" class="Leftbar"></div>
  22. <div class="center">
  23. <div id="MessageLists"></div>
  24. </div>
  25. <div class="right">
  26. <div id="MessageShow" class="MessageShow"></div>
  27. <div id="MessageCreate" class="MessageCreate empty minimized"></div>
  28. </div>
  29. <script type="text/javascript" src="js/all.js?lang={lang}"></script>
  30. </body>
  31. </html>