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

@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StreamFlow</title>
<link rel="icon" href="/public/waifuboards.ico" type="image/x-icon">
<title>WaifuBoard</title>
<link rel="stylesheet" href="../public/anime.css">
<style>
/* --- MODAL STYLES --- */
@@ -302,7 +303,7 @@
// Populate Data
const title = data.title.english || data.title.romaji;
document.title = `${title} | StreamFlow`;
document.title = `${title} | WaifuBoard`;
document.getElementById('title').innerText = title;
document.getElementById('poster').src = data.coverImage.extraLarge;