Throttling with bug
This commit is contained in:
11
static/fail.html
Normal file
11
static/fail.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Nicht so schnell</title>
|
||||
</head>
|
||||
<body>
|
||||
fail
|
||||
</body>
|
||||
</html>
|
||||
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>
|
||||
2500
static/input.txt
Normal file
2500
static/input.txt
Normal file
File diff suppressed because it is too large
Load Diff
11
static/success.html
Normal file
11
static/success.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Willkommen</title>
|
||||
</head>
|
||||
<body>
|
||||
Success
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user