Events-MVC (example with htmx)

This commit is contained in:
Boris Milašinović
2026-04-25 22:21:35 +02:00
parent eb04483417
commit 0ee1b22f61
114 changed files with 7966 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@{
ViewData[Constants.ViewDataKeys.Title] = "Home";
}
<section class="card border-0 shadow-sm">
<div class="card-body p-4">
<h1 class="h3 mb-3">Events</h1>
<p class="mb-0">This sample demonstrates an ASP.NET Core MVC application for managing sports events, countries, people, and registrations using htmx.</p>
</div>
</section>