This commit is contained in:
kitkatpotato16
2025-02-13 10:00:48 +01:00
parent 1836adbdc7
commit 35a27360c2
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#676767
#ffffff
#F56E28

View File

@@ -29,6 +29,7 @@ function showCategory(category) {
} else if (category === 'Warme-Dranken') {
items = [
{ title: "Chocomel", imageSrc: "media/chocomel.jpg", price: 1.00 },
{ title: "Chocomel met slagroom", imageSrc: "media/chocomel.jpg", price: 1.25 },
{ title: "Koffie", imageSrc: "media/koffie.jpg", price: 1.50 },
{ title: "Thee", imageSrc: "media/thee.jpg", price: 1.50 },
];