2022-05-22 09:04:44 +00:00
---
2022-05-22 09:08:14 +00:00
redirect_from: "/ReaderforSelfoss-multiplatform/"
2022-05-22 09:04:44 +00:00
---
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > Reader for Selfoss< / title >
< meta name = "description" content = "A Selfoss RSS Reader" >
2022-05-22 09:08:14 +00:00
< meta name = "keywords" content = "rss,feed,reader,android,ios,free,app,selfoss,download,opensource,code,kotlin,swift" >
< meta name = "author" content = "Amine Louveau" >
2022-05-22 09:04:44 +00:00
< link rel = "shortcut icon" href = "images/favicon.ico" type = "image/x-icon" >
< link rel = "icon" href = "images/favicon.ico" type = "image/x-icon" >
< style type = "text/css" >
html {
height: 100%;
}
#main {
width: 100%;
height: 100%;
background-color: #00bfa5;
color: #ffffff;
text-align: center;
margin: 0px;
}
#container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 14px;
}
#logo {
height: 100px;
width: auto;
}
#links {
display: flex;
justify-content: space-around;
}
#store img {
width: 100px;
}
#links iframe {
margin-top: 5px;
}
< / style >
< script async defer src = "https://buttons.github.io/buttons.js" > < / script >
2022-08-22 20:04:07 +00:00
2022-05-22 09:04:44 +00:00
< / head >
< body id = "main" >
< div id = "container" itemscope itemtype = "http://schema.org/SoftwareApplication" >
2022-05-22 09:08:14 +00:00
< div id = "titles" > < h1 itemprop = "name" > Reader For Selfoss< / h1 > < h2 > A new < span itemprop = "operatingSystem" > Multiplatform< / span > Selfoss RSS reader< / h2 > < / div >
2022-05-22 09:04:44 +00:00
< div >
< img src = "images/icon.png" id = "logo" itemprop = "image" >
< / div >
< div id = "links" >
2022-08-22 20:04:07 +00:00
< a class = "github-button" href = "https://gitea.amine-louveau.fr/Louvorg/readerforselfoss-multiplatform" data-size = "large" aria-label = "Star aminecmi/readerforselfoss-multiplatform on GitHub" > Star< / a >
2022-05-22 09:04:44 +00:00
< / div >
2022-08-22 20:04:07 +00:00
< meta itemprop = "url" content = "https://gitea.amine-louveau.fr/Louvorg/readerforselfoss-multiplatform" >
2022-05-22 09:04:44 +00:00
< meta itemprop = "applicationCategory" content = "News & Magazines" >
< / div >
< / body >
< / html >