This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git
The following commit(s) were added to refs/heads/main by this push:
new 509b122 HTML validator fixups
509b122 is described below
commit 509b122c7122d6a509d10cd7d0718768128ebc5a
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 30 15:45:40 2025 +0000
HTML validator fixups
---
html/keys/index.html | 6 +++---
html/public/index.html | 12 ++++++++++--
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/html/keys/index.html b/html/keys/index.html
index 219c387..0131e1f 100644
--- a/html/keys/index.html
+++ b/html/keys/index.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="utf-8"></meta>
- <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PGP keys organised by committer and group (project/podling)</title>
- <link href="../css/phonebook.css" rel="stylesheet" media="all"></link>
+ <link href="../css/phonebook.css" rel="stylesheet" media="all">
<!-- Override the cursor definition in phonebook.css as it is not
appropriate here -->
<style> ul, li { cursor: default; } </style>
</head>
diff --git a/html/public/index.html b/html/public/index.html
index 1ac25b8..271ae98 100644
--- a/html/public/index.html
+++ b/html/public/index.html
@@ -1,2 +1,10 @@
-Please visit <a
href="https://whimsy.apache.org/public">https://whimsy.apache.org/public</a>
-for the original files
\ No newline at end of file
+<!DOCTYPE html>
+<html lang="en-US">
+ <head>
+ <title>Public JSON files</title>
+ </head>
+ <body>
+ <p>Please visit <a
href="https://whimsy.apache.org/public">https://whimsy.apache.org/public</a>
+ for the original files</p>
+ </body>
+</html>
\ No newline at end of file