Disallow indexing

This commit is contained in:
nemunaire 2022-08-15 10:12:36 +02:00
parent f17dac8542
commit 45aef0b637
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ func Serve(w http.ResponseWriter, r *http.Request) {
<head>
<title>` + title + `</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<style>.table > tbody > tr > th, .table > tbody > tr > td { vertical-align: middle; }
td.danger { text-align: center; }