16 lines
444 B
HTML
16 lines
444 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WHAT MORE THAN 9K REQUEST!</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<p style="margin-top: 50vh;">
|
|
Wait a few minutes you have just reached the limit of requests on the server.
|
|
</p>
|
|
</center>
|
|
</body>
|
|
</html> |