Sie befinden sich hier:

  1. Daten
  2. Footer Menü - deutsch
  3. Service
  4. Weinfest

<html lang="de"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Hauptkasse</title> <link rel="stylesheet" href="Style.css"> </head> <body>

× Hauptkasse Bedienung Käse- und Kuchenverkauf Bestellung

<style> h1 { color: blue; } </style>

Summe: 0.00 €

<button class="minus">−</button>

0 x Essensmarke: 12.00 €

<button class="plus">+</button>

<button class="minus">−</button>

0 x Getränkemarke: 3.80 €

<button class="plus">+</button>

<button class="minus">−</button>

0 x Steaksemmel: 5.50 €

<button class="plus">+</button>

<button class="minus">−</button>

0 x Würstlsemmel 4.00 €

<button class="plus">+</button>

Erhaltener Betrag: <input type="text" id="receivedAmount" placeholder="0.00 €" inputmode="decimal" step="0.10">

Wechselgeld: 0.00 €

<button id="resetButton">Zurücksetzen</button>

<script src="Funktion.js"></script> </body> </html>