Initial commit
This commit is contained in:
8
C#/TutorialWebApp/Views/Home/Index.cshtml
Normal file
8
C#/TutorialWebApp/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,8 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<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>
|
||||
</div>
|
||||
7
C#/TutorialWebApp/Views/Home/Privacy.cshtml
Normal file
7
C#/TutorialWebApp/Views/Home/Privacy.cshtml
Normal file
@@ -0,0 +1,7 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Privacy is very important. Especially when you are creating a web project for class.</p>
|
||||
<p>@ViewBag.Message</p>
|
||||
Reference in New Issue
Block a user