Throttling with bug
This commit is contained in:
19
static/index.html
Normal file
19
static/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user