Update index.html

This commit is contained in:
Amine Bou 2022-05-22 11:08:14 +02:00 committed by GitHub
parent 684f0aace4
commit b661dc4163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
--- ---
redirect_from: "/ReaderforSelfoss/" redirect_from: "/ReaderforSelfoss-multiplatform/"
--- ---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
@ -8,8 +8,8 @@ redirect_from: "/ReaderforSelfoss/"
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Reader for Selfoss</title> <title>Reader for Selfoss</title>
<meta name="description" content="A Selfoss RSS Reader"> <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="keywords" content="rss,feed,reader,android,ios,free,app,selfoss,download,opensource,code,kotlin,swift">
<meta name="author" content="Amine Bouabdallaoui"> <meta name="author" content="Amine Louveau">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon"> <link rel="icon" href="images/favicon.ico" type="image/x-icon">
@ -61,16 +61,16 @@ redirect_from: "/ReaderforSelfoss/"
<body id="main"> <body id="main">
<div id="container" itemscope itemtype="http://schema.org/SoftwareApplication"> <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 id="titles"><h1 itemprop="name">Reader For Selfoss</h1><h2>A new <span itemprop="operatingSystem">Multiplatform</span> Selfoss RSS reader</h2></div>
<div> <div>
<img src="images/icon.png" id="logo" itemprop="image"> <img src="images/icon.png" id="logo" itemprop="image">
</div> </div>
<div id="links"> <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> <a class="github-button" href="https://github.com/aminecmi/readerforselfoss-multiplatform" data-size="large" aria-label="Star aminecmi/readerforselfoss-multiplatform on GitHub">Star</a>
</div> </div>
<meta itemprop="url" content="https://github.com/aminecmi/readerforselfoss"> <meta itemprop="url" content="https://github.com/aminecmi/readerforselfoss-multiplatform">
<meta itemprop="applicationCategory" content="News & Magazines"> <meta itemprop="applicationCategory" content="News & Magazines">
</div> </div>
</body> </body>