Update index.html

This commit is contained in:
bihlink 2022-07-06 17:30:50 +02:00 committed by GitHub
parent f0453c0669
commit 4c6bade4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="initial-scale=1"> <meta name="viewport" content="initial-scale=1">
<title>MaPleFeed - Embed Mastodon or Pleroma Feeds</title> <title>MaPleFeed - Embed Mastodon, Pleroma, Misskey or WordPress Feeds</title>
<link rel="stylesheet" href="./stylesheet.css"> <link rel="stylesheet" href="./stylesheet.css">
</head> </head>
@ -11,7 +11,9 @@
<br> <br>
<div> <div>
<h1>MaPleFeed</h1> <h1>MaPleFeed</h1>
<h4>Embed Mastodon or Pleroma profile feeds on any web page.</h4> <h4>Embed Mastodon, Pleroma, Misskey or WordPress Fediverse profile feeds on any web page.</h4>
<a href="https://xabid.com" target="_blank" class="cta button alt">News & Info</a>
<a href="https://abid.cc/@abid" target="_blank" class="cta button alt">Follow Developer</a>
<a href="https://github.com/bihlink/maplefeed" target="_blank" class="cta button alt">Source <img <a href="https://github.com/bihlink/maplefeed" target="_blank" class="cta button alt">Source <img
class="link-logo after" src="github-logo.svg" alt="Github Logo" data-reactid="19"></a> class="link-logo after" src="github-logo.svg" alt="Github Logo" data-reactid="19"></a>
<a href="https://coki.me/donate" target="_blank" class="cta button alt">Donate <img <a href="https://coki.me/donate" target="_blank" class="cta button alt">Donate <img
@ -23,8 +25,8 @@
<select id="itype"> <select id="itype">
<option value="/users/">Mastodon</option> <option value="/users/">Mastodon</option>
<option value="/users/">Pleroma</option> <option value="/users/">Pleroma</option>
<option value="/@">Misskey (coming soon)</option> <option value="/@">Misskey</option>
<option value="/author/">WordPress (coming soon)</option> <option value="/author/">WordPress</option>
</select> </select>
</label> </label>
<br> <br>