mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
f1a222fbb3
* Unit test to check for (possibly) external links * Add rel="noreferrer noopener" to all external links so unit test passes * Update BTCPayServer.Tests/UnitTest1.cs Co-authored-by: Andrew Camilleri <evilkukka@gmail.com> * Update BTCPayServer.Tests/UnitTest1.cs Co-authored-by: Andrew Camilleri <evilkukka@gmail.com> * Fixed bad merge from master * PascalCasing Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
@{
|
|
Layout = "_LayoutError";
|
|
ViewData["Title"] = "502 - Bad Gateway";
|
|
}
|
|
|
|
The life is all about finding the right Gateways.<br />
|
|
Unfortunately, this time you've found a bad one.
|
|
<br /><br />
|
|
<a href="https://twitter.com/milessuter" target="_blank" rel="noreferrer noopener">
|
|
<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" rel="noreferrer noopener">Gateway Tzar Miles</a> can help you out?
|