Add project files.
This commit is contained in:
9
DiaryApp/Views/Home/Index.cshtml
Normal file
9
DiaryApp/Views/Home/Index.cshtml
Normal file
@ -0,0 +1,9 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Welcome</h1>
|
||||
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
||||
</div>
|
||||
7
DiaryApp/Views/Home/MyPage.cshtml
Normal file
7
DiaryApp/Views/Home/MyPage.cshtml
Normal file
@ -0,0 +1,7 @@
|
||||
@*
|
||||
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
||||
*@
|
||||
@{
|
||||
}
|
||||
|
||||
<h1>Welcome to MY PAGE!</h1>
|
||||
6
DiaryApp/Views/Home/Privacy.cshtml
Normal file
6
DiaryApp/Views/Home/Privacy.cshtml
Normal file
@ -0,0 +1,6 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
||||
Reference in New Issue
Block a user