- Basic MVC structure with HomeController - Bootstrap 5 and jQuery included - CLAUDE.md for AI assistant guidance Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div class="text-center">
|
|
<h1 class="display-4">Welcome</h1>
|
|
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
|
</div>
|