index.html 943 B

1234567891011121314151617181920212223242526272829303132333435
  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. <link rel="shortcut icon" type="image/x-icon" sizes="16x16 64x64" href="favicon.ico" />
  9. <link rel="icon msapplication-TileImage apple-touch-icon" type="image/png" sizes="256x256" href="themes/icons/favicon-256.png" />
  10. <meta name="msapplication-TileColor" content="#FFF" />
  11. <meta name="robots" content="noindex,nofollow" />
  12. <style>
  13. body {
  14. font-family: sans-serif;
  15. text-align: center;
  16. }
  17. h1 {
  18. font-size: xx-large;
  19. text-shadow: 1px -1px 0 #CCCCCC;
  20. }
  21. h1 a {
  22. color: #0062BE;
  23. text-decoration: none;
  24. }
  25. img {
  26. border: 0;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <h1><a href="i/">FreshRSS</a></h1>
  32. <p><a href="i/"><img class="logo" width="25%" src="themes/icons/icon.svg" alt="⊚" /></a></p>
  33. </body>
  34. </html>