2018-01-21 17:53:00 +00:00
---
redirect_from: "/ReaderforSelfoss/"
---
2018-01-21 17:23:47 +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" >
< meta name = "keywords" content = "rss,feed,reader,android,free,app,play,store,selfoss,download,opensource,code,kotlin" >
< meta name = "author" content = "Amine Bouabdallaoui" >
< 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 >
2019-03-16 10:26:57 +00:00
2018-01-21 17:23:47 +00:00
< / head >
< body id = "main" >
< div id = "container" itemscope itemtype = "http://schema.org/SoftwareApplication" >
< div id = "titles" > < h1 itemprop = "name" > Reader For Selfoss< / h1 > < h2 > A new < span itemprop = "operatingSystem" > Android< / span > Selfoss RSS reader< / h2 > < / div >
< div >
< img src = "images/icon.png" id = "logo" itemprop = "image" >
< / div >
< div id = "links" >
< a class = "github-button" href = "https://github.com/aminecmi/readerforselfoss" data-size = "large" aria-label = "Star aminecmi/readerforselfoss on GitHub" > Star< / a >
< / div >
< meta itemprop = "url" content = "https://github.com/aminecmi/readerforselfoss" >
< meta itemprop = "applicationCategory" content = "News & Magazines" >
< / div >
< / body >
< / html >