1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

Add noindex to www_default meta tags (#1791)

This commit is contained in:
Hilko 2020-07-29 16:03:33 +02:00 committed by GitHub
parent c50170b816
commit 1098e2b48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<title>this is a mail-in-a-box</title> <title>this is a mail-in-a-box</title>
<meta name="robots" content="noindex">
</head> </head>
<body> <body>
<h1>this is a mail-in-a-box</h1> <h1>this is a mail-in-a-box</h1>