Disallow indexing
This commit is contained in:
parent
f17dac8542
commit
45aef0b637
1
main.go
1
main.go
@ -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; }
|
||||
|
Reference in New Issue
Block a user