2021-04-25 12:12:50 +01:00
|
|
|
@{
|
2021-05-01 16:43:57 +01:00
|
|
|
ViewData["Title"] = "Home Page";}
|
2021-04-25 12:12:50 +01:00
|
|
|
|
|
|
|
|
<div class="text-center">
|
|
|
|
|
<h1 class="display-4">Welcome</h1>
|
|
|
|
|
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
|
|
|
|
<h1>
|
|
|
|
|
<img src="~/icon.jpg">
|
2021-05-01 16:43:57 +01:00
|
|
|
Welcome to Nuget host
|
2021-04-25 12:12:50 +01:00
|
|
|
</h1>
|
|
|
|
|
</div>
|