This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/progp/lernen/ka_1/gewicht.html
2024-11-13 13:29:14 +01:00

17 lines
485 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- CODE-->
<h1>Gewichtsprüfung</h1>
<form action="gewicht.php">
<label for="name_gewicht">Gewicht eingeben: </label>
<input type="number" min="0" max="360" id="id_input_gewicht" name="name_gewicht">
<button type="submit">ok</button>
</form>
</body>
</html>