You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title data-localization="main_title">CryptPad: Zero Knowledge, Collaborative Real Time Editing</title>
  5. <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <link rel="icon" type="image/png" href="/customize/main-favicon.png" id="favicon"/>
  8. <style>
  9. html {
  10. height: 100%;
  11. }
  12. body {
  13. transition: opacity 0.75s, visibility 0s 0.75s;
  14. visibility: visible;
  15. position: fixed;
  16. z-index: 10000000;
  17. top: 0px;
  18. bottom: 0px;
  19. left: 0px;
  20. right: 0px;
  21. background: linear-gradient(to right, #326599 0%, #326599 50%, #4591c4 50%, #4591c4 100%);
  22. color: #fafafa;
  23. font-size: 1.5em;
  24. opacity: 1;
  25. display: flex;
  26. flex-flow: column;
  27. justify-content: center;
  28. align-items: center;
  29. font-family: monospace;
  30. }
  31. #cp-logo {
  32. max-width: 300px;
  33. }
  34. </style>
  35. </head>
  36. <body class="html">
  37. <img id="cp-logo" src="/customize/loading-logo.png">
  38. <h1>Maintenance</h1>
  39. <h3>We are currently upgrading CryptPad. We will be back shortly!</h3>