mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
15 lines
591 B
Plaintext
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>.
|