- Unnötige Datei gelöscht
- erste aufgabe fertig - zweite aufgabe mit style gemacht (style war nicht geforder)
This commit is contained in:
23
progp/24-10-2/kreis_rechnen_1.html
Normal file
23
progp/24-10-2/kreis_rechnen_1.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Kreis rechner</title>
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kreis rechner</h1>
|
||||
<div class="main">
|
||||
<form action="kreis_rechnen_1.php">
|
||||
<label for="kreis_radius">Radius (in cm):</label>
|
||||
<input type="number" id="kreis_radius" name="radius" required><br><br>
|
||||
|
||||
<button>Ab damit!</button>
|
||||
</form>
|
||||
</div>
|
||||
<footer>
|
||||
<p>von daniel</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user