﻿<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <title>Preisvorschlag</title>
    <script>
      
	  
	  
    </script>
  </head>
  <body>
    <h2>Preisvorschlag:</h2>
    <p>Geben Sie hier Ihren Preisvorschlag ein: </p>
    <input type="text" id="eingabe_preis">
    <br> <br>
    <input type="button" value="Preisvorschlag prüfen" onclick="pruefePreis()">
    <p id = "ergebnis">	
  </body>
</html>
