index.html 624 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <title>There is only XUL dot org | Redirecting to the SeaMonkey Project.</title>
  4. <meta http-equiv="refresh" content="1;url=https://www.seamonkey-project.org/" />
  5. <style>
  6. body {
  7. margin: 0px;
  8. background-color: #667086;
  9. background-image: linear-gradient(to bottom, #687287 0px, #747f96 100%);
  10. background-repeat: no-repeat;
  11. background-attachment: fixed;
  12. background-position-x: center;
  13. overflow-y: scroll;
  14. }
  15. </style>
  16. <body><img src="media/img/logo.png" style="display:block; margin:0 auto; margin-top: 32px;" /></body>
  17. </html>