btcpayserver/BTCPayServer/Views/UIError/404.cshtml

15 lines
591 B
Plaintext
Raw Normal View History

@{
Layout = "_LayoutError";
2020-07-19 01:20:12 +02:00
ViewData["Title"] = "404 - Page not found";
2020-02-01 08:41:27 +01:00
}
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>.