Initial commit
This commit is contained in:
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