mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
@{
|
|
ViewData["Title"] = "Privacy Policy";
|
|
}
|
|
<h1>@ViewData["Title"]</h1>
|
|
|
|
<p>Use this page to detail your site's privacy policy.</p>
|