btcpayserver/BTCPayServer/Views/Error/429.cshtml

16 lines
587 B
Text
Raw Normal View History

2020-02-01 01:58:34 -06:00
@{
ViewData["ErrorTitle"] = "429 - Too Many Requests";
}
<p class="lead-login">
Please send requests slower. Or face the wrath of <a href="https://twitter.com/r0ckstardev" target="_blank">Vin Diesel</a>.
<br /><br />
<a href="https://twitter.com/r0ckstardev" target="_blank">
<img src="~/img/errorpages/429_rockstardev.jpg" alt="Vin is angry because you caused 429" title="Move away that cursor" asp-append-version="true" />
2020-02-01 01:58:34 -06:00
</a>
<br /><br />
You sure you want to risk that?
<br /><br />
Slowly <a href="/">navigate back to home</a>.
</p>