meeting/static/index.html

19 lines
384 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Informatikertreffen</title>
</head>
<body>
<form action="/result">
<label for="result">Name:</label>
<input type="text" id="result" name="result">
<br>
<button type="submit">Abgeben</button>
</form>
</body>
</html>