aufgbe 2 vom 9-19-24 mit extra seite. Die seite ist useless...

This commit is contained in:
danielvici123
2024-09-19 11:02:27 +02:00
parent a8a32858fc
commit 287634b713
2 changed files with 103 additions and 0 deletions

19
progp/9-19-24/submit.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Success!</title>
<style>
div {
margin: 3px 0; /* Aussenabstand oben/unten 3px */
padding: 3px; /* Innenabstand überall 3px */
}
</style>
</head>
<body>
<h1>PRÜFUNG WURDE ERFOLGREICH ABGESENDET</h1>
<div><label>Drücken sie auf den Button um Zurück zugelangen</label></div>
<div><form action="aufgabe-1.html"><button type="submit">Zurück</button></form></div>
</body>
</html>