2021-01-17 14:10:31 -06:00
|
|
|
@{
|
|
|
|
ViewData["Title"] = "502 - Bad Gateway";
|
|
|
|
}
|
|
|
|
|
|
|
|
<div class="row">
|
2021-01-24 13:18:22 -06:00
|
|
|
<div class="col-12 col-head d-flex flex-row justify-content-center text-center">
|
2021-01-17 14:10:31 -06:00
|
|
|
<a asp-controller="Home" asp-action="Index">
|
|
|
|
<img src="~/img/btcpay-logo.svg" alt="BTCPay Server" class="head-logo" height="70" asp-append-version="true" />
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<h1 class="text-uppercase mt-3 ml-4">@ViewData["Title"]</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<hr class="primary" />
|
|
|
|
</center>
|
|
|
|
|
|
|
|
<p class="lead text-center">
|
|
|
|
The life is all about finding the right Gateways.<br />
|
2021-01-24 13:18:22 -06:00
|
|
|
Unfortunately, this time you've found a bad one.
|
2021-01-17 14:10:31 -06:00
|
|
|
<br /><br />
|
|
|
|
<a href="https://twitter.com/milessuter" target="_blank">
|
|
|
|
<img src="~/img/errorpages/502_milessuter.jpg" alt="Miles obfuscated profile pic" title="But full name is not obfuscated" asp-append-version="true" />
|
|
|
|
</a>
|
|
|
|
<br /><br />
|
|
|
|
Maybe <a href="https://twitter.com/milessuter">Gateway Tzar Miles</a> can help you out?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<hr class="primary" />
|
|
|
|
</center>
|
|
|
|
|
|
|
|
<div class="row justify-content-center mt-5">
|
|
|
|
<div class="col">
|
|
|
|
<partial name="_BTCPaySupporters" />
|
|
|
|
</div>
|
|
|
|
</div>
|