MVCPostall/VCart/Views/Shared/_Busy.cshtml
2025-01-26 22:44:31 +00:00

14 lines
348 B
Plaintext

@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
}
<div class="loading">
<div class="d-flex justify-content-center">
<div class="spinner-border text-success" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</div>