HobbyProject/Source Code/TeamHobby.HobbyProjectGenerator.Main/Views/Home/Index.cshtml
Im_Alpha fa5282b074 initial batch
setting up sql configuration
2021-12-05 23:41:27 -08:00

9 lines
142 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Hello World!</p>
</div>