Butten Farbe in Warenkrob angepasst
This commit is contained in:
parent
81808ab120
commit
e7562304c4
@ -20,4 +20,8 @@ router.get('/registrieren', (req, res) => {
|
|||||||
router.get('/Warenkorb', (req, res) => {
|
router.get('/Warenkorb', (req, res) => {
|
||||||
res.sendFile(path.join(__dirname, '../../../public/warenkorb/warenkorb.html'));
|
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;
|
module.exports = router;
|
||||||
@ -65,7 +65,7 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
background-color: #4CAF50;
|
background-color: #ff6600;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user