Add noindex tag.

This commit is contained in:
tastytea 2020-07-04 07:25:55 +02:00
parent 60ef089104
commit c7c3c8d671
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<title>FediBlock prototype</title> <title>FediBlock prototype</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow">
<style> <style>
label label
{ {
@ -34,7 +35,7 @@
<h2>Blocklist</h2> <h2>Blocklist</h2>
<a href="/blocklist">Here</a>. <a href="/blocklist/">Here</a>.
<h2>Form</h2> <h2>Form</h2>
<form method="post" action="/add" enctype="multipart/form-data"> <form method="post" action="/add" enctype="multipart/form-data">