btcpayserver/BTCPayServer/Views/Error/500.cshtml

16 lines
569 B
Text
Raw Normal View History

2020-02-01 01:44:01 -06:00
@{
ViewData["ErrorTitle"] = "500 - Internal Server Error";
}
<p class="lead-login">
Whoops, something really went wrong! <a href="https://twitter.com/mrkukks">Mr Kukks</a> is so sorry.
<br /><br />
<a href="https://twitter.com/mrkukks" target="_blank">
<img src="~/img/errorpages/500_mrkukks.jpg" alt="Mr Kukks puppy eyes" title="The most innocent look you'll ever see" />
</a>
<br /><br />
Consult server log and consider submitting issue on BTCPayServer GitHub.
<br /><br />
<a href="/">Navigate back to home</a>.
</p>