source:
PostgreSqlDotnetCore/Views/Home/Index.cshtml@
72b1da2
Last change on this file since 72b1da2 was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
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.