33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>SlowDOWN!</title>
|
||
|
<!-- Required meta tags -->
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
|
||
|
<!-- Bootstrap CSS -->
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
|
||
|
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
|
||
|
</head>
|
||
|
|
||
|
<body class="bg-dark">
|
||
|
|
||
|
<div class="container">
|
||
|
<div class="mt-2 mb-4 text-white bg-dark rounded-3">
|
||
|
<div class="container-fluid py-5">
|
||
|
<h1 class="display-5 fw-bold">Slowdown!</h1>
|
||
|
<p>You reached the Request limit on 10 req / 60sec.</p>
|
||
|
<button class="btn btn-outline-light" type="button" href="/">Go Back</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<!-- Bootstrap JS -->
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"
|
||
|
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous">
|
||
|
</script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|