Fix HTML in sitemap. Add DOCTYPE, language, and a title.
This commit is contained in:
parent
7ccb7e2ac7
commit
a26081d13f
9
main.js
9
main.js
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user