ibms-MCUT/Mqtt/Pages/Privacy.cshtml
2025-01-24 12:05:03 +08:00

9 lines
164 B
Plaintext

@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Use this page to detail your site's privacy policy.</p>