| 123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="initial-scale=1.0" />
- <meta http-equiv="Refresh" content="0; url=i/" />
- <title>FreshRSS</title>
- <meta name="robots" content="noindex,nofollow" />
- <link rel="icon" href="favicon.ico" />
- <style>
- body {
- font-family: sans-serif;
- text-align: center;
- }
- h1 {
- font-size: xx-large;
- text-shadow: 1px -1px 0 #CCCCCC;
- }
- h1 a {
- color: #0062BE;
- text-decoration: none;
- }
- </style>
- </head>
- <body>
- <h1><a href="i/">FreshRSS</a></h1>
- <p><a href="i/"><img class="logo" width="25%" src="themes/icons/icon.svg" alt="⊚" /></a></p>
- </body>
- </html>
|