<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <title>Autovermietung</title>
    <script>
     
	 
	 
	 
    </script>
  </head>
  <body>
    <h2> Mietpreis Automiete </h2>
    <p> Wohnort: <input type="text" id="eingabe_ort"> </p>   
    <p> Mietdauer: <input type="text" id="eingabe_mietdauer"> </p>  
    <input type="button" value="Mietkosten berechnen" onclick="berechnen()">
    <p id = "ergebnis">	
  </body>
</html>