11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
@{
|
|
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>
|