7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
@{
|
|
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> |