login: add noindex to prevent crawling (#43)

Prevent crawlers from indexing the box
This commit is contained in:
Catnip 2021-12-03 22:17:26 +02:00 committed by GitHub
parent 8788d9e161
commit 98dde2e9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta name="robots" content="noindex">
<title>{{ title }}</title>
<script type="text/javascript" src="{{ url_for('static', filename='js/httpauth.js') }}"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>