isn/Views/Home/Index.cshtml

12 lines
323 B
Text
Raw Normal View History

2021-04-25 12:12:50 +01:00
@{
2021-05-02 16:37:03 +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>
2021-05-02 16:37:03 +01:00
</div>