Describe HTML / RSS blocklists, remove prototype mentions.

This commit is contained in:
tastytea 2020-10-14 05:48:56 +02:00
parent 81475b3a20
commit f02c3e4bc3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>FediBlock prototype</title>
<title>FediBlock</title>
<meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow">
<style>
@ -31,16 +31,18 @@
<h1>FediBlock</h1>
<h2>What is this?</h2>
<p>This is a prototype for FediBlock, a central blocklist for the Fediverse.</p>
<p>This is a central blocklist for the Fediverse.</p>
<h2>Blocklist</h2>
<ul>
<li><a href="/blocklist/">HTML list</a></li>
<li><a href="/rss">RSS feed</a></li>
<li><a href="/blocklist/">HTML list</a> All instances in one page.</li>
<li><a href="/rss">RSS feed</a> Subscribe to new entries.</li>
</ul>
<h2>Form</h2>
<h2>Suggest instance</h2>
<form method="post" action="/add" enctype="multipart/form-data">
<label for="instance">Instance:</label>
<input type="text" id="instance" name="instance" placeholder="example.com" autofocus required>