Files
ImageProcessor/Views/Home/Privacy.cshtml
spouliot@scppowdercoating.com cd9ba29e76 Initial commit: ASP.NET Core 10.0 MVC application
- Basic MVC structure with HomeController
- Bootstrap 5 and jQuery included
- CLAUDE.md for AI assistant guidance

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-29 14:48:34 -04:00

7 lines
138 B
Plaintext

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