index.html 716 B

123456789101112131415161718192021
  1. <html>
  2. <head>
  3. <title>Overview - There is only XUL dot org</title>
  4. <meta http-equiv="refresh" content="5;url=https://www.seamonkey-project.org/" />
  5. <link rel="stylesheet" href="media/webfont/red-hat-font.css">
  6. <style>
  7. body {
  8. margin: 0px;
  9. background-color: #667086;
  10. background-image: linear-gradient(to bottom, #687287 0px, #747f96 100%);
  11. background-repeat: no-repeat;
  12. background-attachment: fixed;
  13. background-position-x: center;
  14. overflow-y: scroll;
  15. }
  16. <body>
  17. <p id="binoc-copyright" class="binoc-shadow-text">
  18. <small><strong>You are being redirected to the SeaMonkey Project.</strong></small>
  19. </p>
  20. </body>
  21. </html>