bugfix: standardize metadata tags

secret pages get a noindex while standard pages get a description tag
This commit is contained in:
2026-06-19 15:14:04 -07:00
parent 96011d6454
commit 314214724f
6 changed files with 36 additions and 3 deletions
+6
View File
@@ -1,7 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex">
</head>
<body>
<noscript>
JavaScript is required to use this page.
</noscript>