Create minimal app

This commit is contained in:
danial23 2025-05-20 03:05:37 -04:00
parent 6b87902ca7
commit 27aaee6293
Signed by: danial23
SSH key fingerprint: SHA256:IJ8VP0j2WMUVweTYnzUUnEjNgPnGx+mAt+RhqWZ01bU
17 changed files with 346 additions and 52 deletions

View file

@ -1,10 +1,9 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
ViewData["Title"] = "Home";
}
<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>