source: PostgreSqlDotnetCore/Views/Home/Index.cshtml@ 2aea0fd

main
Last change on this file since 2aea0fd was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 231 bytes
Line 
1@{
2 ViewData["Title"] = "Home Page";
3}
4
5<div class="text-center">
6 <h1 class="display-4">Welcome</h1>
7 <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
8</div>
Note: See TracBrowser for help on using the repository browser.