mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
16 lines
554 B
Text
16 lines
554 B
Text
|
@{
|
||
|
ViewData["ErrorTitle"] = "404 - Page not found";
|
||
|
}
|
||
|
|
||
|
<p class="lead-login">
|
||
|
This is like searching for 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" />
|
||
|
</a>
|
||
|
<br /><br />
|
||
|
It doesn't exist.
|
||
|
<br /><br />
|
||
|
You can always try <a href="/">navigating back to home</a>.
|
||
|
</p>
|