develop #36

Merged
vex merged 41 commits from develop into main 2025-04-29 07:58:19 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit e7562304c4 - Show all commits

View File

@ -20,4 +20,8 @@ router.get('/registrieren', (req, res) => {
router.get('/Warenkorb', (req, res) => {
res.sendFile(path.join(__dirname, '../../../public/warenkorb/warenkorb.html'));
})
router.get('/Bestellformular', (req, res) => {
res.sendFile(path.join(__dirname, '../../../public/bestellformular/bestellformular.html'));
})
module.exports = router;

View File

@ -65,7 +65,7 @@ body {
display: block;
width: 100%;
padding: 12px;
background-color: #4CAF50;
background-color: #ff6600;
border: none;
color: white;
font-size: 16px;