Fix HTML in sitemap. Add DOCTYPE, language, and a title.

This commit is contained in:
Hyperling 2025-05-19 09:54:04 -07:00
parent 7ccb7e2ac7
commit a26081d13f

View File

@ -104,7 +104,14 @@ async function main() {
</url> </url>
`; `;
let sitemap_html = ` let sitemap_html = `
<html><body> <!DOCTYPE html>
<html lang="en">
<head>
<title>
Sitemap for Hyperling
</title>
</head>
<body>
<strong>Special Pages</strong> <strong>Special Pages</strong>
<ul> <ul>
<li> <li>