mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
@{
|
|
ViewData["Title"] = "Access denied";
|
|
}
|
|
|
|
<header>
|
|
<h2 class="text-danger">ViewData["Title"]</h2>
|
|
<p class="text-danger">You do not have access to this resource.</p>
|
|
</header>
|