This commit is contained in:
kitkatpotato16
2025-02-21 12:23:30 +01:00
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -258,8 +258,16 @@ function getDescription(title) {
// Sauzen beschrijving
} if (title === "Ketchup") {
return "";
} if (title === "Aardbij yoghurt") {
} if (title === "Mayonaise") {
return "";
} if (title === "Mosterd") {
return "";
} if (title === "Sweet Chili") {
return "";
} if (title === "Curry saus") {
return "";
}
if (title === "Aardbij yoghurt") {
return "Yoghurt met aardbei";
} if (title === "Haribo starmix") {