4
0

index.html 789 B

12345678910111213141516171819
  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="stylesheet" href="themes/p.css" />
  9. <link rel="shortcut icon" type="image/x-icon" sizes="16x16 64x64" href="favicon.ico" />
  10. <link rel="icon msapplication-TileImage apple-touch-icon" type="image/png" sizes="256x256" href="themes/icons/favicon-256.png" />
  11. <meta name="msapplication-TileColor" content="#FFF" />
  12. <meta name="robots" content="noindex" />
  13. </head>
  14. <body>
  15. <h1><a href="i/">FreshRSS</a></h1>
  16. <p><a href="i/"><img class="logo" width="25%" src="themes/icons/icon.svg" alt="⊚" loading="lazy" /></a></p>
  17. </body>
  18. </html>