78 lines
2.6 KiB
HTML
78 lines
2.6 KiB
HTML
---
|
|
redirect_from: "/ReaderforSelfoss-multiplatform/"
|
|
---
|
|
<!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,ios,free,app,selfoss,download,opensource,code,kotlin,swift">
|
|
<meta name="author" content="Amine Louveau">
|
|
|
|
<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>
|
|
|
|
</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">Multiplatform</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://gitea.amine-louveau.fr/Louvorg/readerforselfoss-multiplatform" data-size="large" aria-label="Star aminecmi/readerforselfoss-multiplatform on GitHub">Star</a>
|
|
</div>
|
|
<meta itemprop="url" content="https://gitea.amine-louveau.fr/Louvorg/readerforselfoss-multiplatform">
|
|
<meta itemprop="applicationCategory" content="News & Magazines">
|
|
</div>
|
|
</body>
|
|
</html>
|