danstore / Views /Home /Privacy.cshtml
Danishathugging's picture
Sync from GitHub via hub-sync
6db0915 verified
Raw
History Blame Contribute Delete
265 Bytes
@{
ViewData["Title"] = "Privacy Policy";
}
<div class="max-w-3xl mx-auto px-8 py-12">
<h1 class="text-3xl font-bold mb-6">@ViewData["Title"]</h1>
<p class="text-gray-500 leading-relaxed">Use this page to detail your site's privacy policy.</p>
</div>