26 lines
790 B
HTML
26 lines
790 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>UMDREHER</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<h1>UMDREHER</h1>
|
|
<form action="UMDREHER.php">
|
|
<div class="div_input">
|
|
<label for="nr_1" class="l if">Nummer 1</label>
|
|
<input type="number" name="nummer_eins" id="nr1"><br>
|
|
</div>
|
|
<div class="div_input">
|
|
<label for="nr_2" class="l if">Nummer 2</label>
|
|
<input type="number" name="nummer_zwei" id="nr_2"><br>
|
|
</div>
|
|
|
|
<button type="submit">Tauschen</button>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |