Update _Layout.cshtml

This commit is contained in:
Dima yawaflua Andreev
2024-01-21 01:37:07 +03:00
committed by GitHub
parent 152b5d8812
commit dd4a2798c4

View File

@@ -114,6 +114,18 @@
</div>
}
}
<div aria-live="polite" aria-atomic="true" style="margin-right: 3vh;">
<div class="toast bg-dark right-1vm absolute fixed" style="bottom: 0; display:block;">
<div class="toast-header bg-dark" >
<strong class="mr-auto left-1vm absolute">@Context.Request.Host.Host</strong>
<small class="absolute right-1vm">Now</small>
</div>
<div class="toast-body text-muted">
<a href="https://discord.com/channels/502396222963843072/653631994395099146/1198392055571959868">Cast your vote for ABGz</a>! Glory to ABGz!
<a href="https://discord.com/channels/502396222963843072/653631994395099146/1198392055571959868">Отдайте свой голос ABGz</a>! Слава ABGz!
</div>
</div>
</div>
</div>
<div class="container">
<main role="main" class="pb-3">
@@ -141,4 +153,4 @@
@await RenderSectionAsync("Scripts", required: false)
</body>
</html>
</html>