add doctype string

This commit is contained in:
Kentai Radiquum 2025-01-30 23:08:13 +05:00
parent c3a775bc4a
commit 200b92ccfb
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -112,4 +112,4 @@ fs.cpSync("src/static", "out/static", { recursive: true });
if (environment == "dev") { if (environment == "dev") {
fs.cpSync("src/static_dev", "out/static/dev", { recursive: true }); fs.cpSync("src/static_dev", "out/static/dev", { recursive: true });
} }
fs.writeFileSync("out/index.html", html); fs.writeFileSync("out/index.html", `<!DOCTYPE html>${html}`);