index.html 689 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="initial-scale=1.0" />
  6. <meta http-equiv="Refresh" content="0; url=i/" />
  7. <title>FreshRSS</title>
  8. <meta name="robots" content="noindex,nofollow" />
  9. <link rel="icon" href="favicon.ico" />
  10. <style>
  11. body {
  12. font-family: sans-serif;
  13. text-align: center;
  14. }
  15. h1 {
  16. font-size: xx-large;
  17. text-shadow: 1px -1px 0 #CCCCCC;
  18. }
  19. h1 a {
  20. color: #0062BE;
  21. text-decoration: none;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <h1><a href="i/">FreshRSS</a></h1>
  27. <p><a href="i/"><img class="logo" width="25%" src="themes/icons/icon.svg" alt="⊚" /></a></p>
  28. </body>
  29. </html>