2021-01-24 13:33:34 -06:00
|
|
|
@{
|
|
|
|
Layout = "_LayoutSimple";
|
|
|
|
}
|
|
|
|
|
2022-11-14 14:29:23 +01:00
|
|
|
<style>
|
2024-02-21 20:54:39 +01:00
|
|
|
.main-logo { height: 4.5rem; max-width: 18rem; }
|
2022-11-14 14:29:23 +01:00
|
|
|
.main-logo-btcpay .main-logo-btcpay--small { display: none; }
|
|
|
|
.lead img { max-width: 100%; }
|
|
|
|
</style>
|
2021-01-24 13:33:34 -06:00
|
|
|
|
2022-11-14 14:29:23 +01:00
|
|
|
<div class="text-center">
|
|
|
|
<a asp-controller="UIHome" asp-action="Index" class="d-inline-block navbar-brand mx-0 mb-5">
|
|
|
|
<vc:main-logo />
|
|
|
|
</a>
|
2021-01-24 13:33:34 -06:00
|
|
|
|
2022-11-14 14:29:23 +01:00
|
|
|
<h1 class="text-uppercase my-3">@ViewData["Title"]</h1>
|
2021-01-24 13:33:34 -06:00
|
|
|
|
2022-11-14 14:29:23 +01:00
|
|
|
<div class="lead text-center">
|
|
|
|
@RenderBody()
|
|
|
|
</div>
|
2021-01-24 13:33:34 -06:00
|
|
|
|
2022-11-14 14:29:23 +01:00
|
|
|
<hr class="primary my-5" />
|
2021-01-24 13:33:34 -06:00
|
|
|
|
2022-11-14 14:29:23 +01:00
|
|
|
<partial name="_BTCPaySupporters" />
|
2021-01-24 13:33:34 -06:00
|
|
|
</div>
|