fix: disable search engine indexing

This commit is contained in:
Stavros
2025-10-05 16:41:15 +03:00
parent d4069900bc
commit dad0718091

View File

@@ -8,6 +8,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Tinyauth" />
<meta name="robots" content="noindex" />
<link rel="manifest" href="/site.webmanifest" />
<title>Tinyauth</title>
</head>