btcpayserver/BTCPayServer/Views/UIError/404.cshtml
2022-01-14 13:46:03 +09:00

15 lines
591 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" rel="noreferrer noopener">Nicolas Dorier</a>.
<br /><br />
<a href="https://twitter.com/NicolasDorier" target="_blank" rel="noreferrer noopener">
<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>.