Throttling with bug

This commit is contained in:
2024-11-10 20:55:10 +01:00
commit 07c3e411e9
11 changed files with 2737 additions and 0 deletions

19
static/index.html Normal file
View File

@@ -0,0 +1,19 @@
<!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>