btcpayserver/BTCPayServer/Views/Error/404.cshtml
2021-01-24 13:33:34 -06:00

15 lines
539 B
Plaintext

@{
Layout = "_LayoutError";
ViewData["Title"] = "404 - Page not found";
}
This is like searching for a person more beautiful than <a href="https://twitter.com/NicolasDorier" target="_blank">Nicolas Dorier</a>.
<br /><br />
<a href="https://twitter.com/NicolasDorier" target="_blank">
<img src="~/img/errorpages/404_nicolas.jpg" alt="Nicolas Dorier beauty" title="Slowly stroke the image" asp-append-version="true" />
</a>
<br /><br />
It doesn't exist.
<br /><br />
You can always try <a href="/">navigating back to home</a>.