<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  <link rel="stylesheet" type="text/css" media="all" href="stylesheet.css">
</head>
<body>
  <span id="menu"><a href="index.php">zurck zur Liste</a></span>
  
  <div id="buttons">
    <form action="edit.php" method="POST">
      <input type="hidden" name="filename" value="<?php echo $_SERVER['SCRIPT_FILENAME']?>">
      <p>
        <input type="submit" value="Seite bearbeiten"">
      </p>
    </form>
  </div>
  
  <h1>Titel</h1>
  
  <h2>Fragen</h2>

  <h2>Anmerkungen</h2>

  <h2>Links</h2>
  
</body>
</html>