added favicon and changed titles

This commit is contained in:
2025-11-27 15:37:12 +01:00
parent 86d4a518d8
commit f9233811c0
10 changed files with 45 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ async function init() {
// Populate Hero Elements
const title = data.title.english || data.title.romaji;
document.title = `${title} | StreamFlow Books`;
document.title = `${title} | WaifuBoard Books`;
const titleEl = document.getElementById('title');
if (titleEl) titleEl.innerText = title;