mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-15 22:45:09 +00:00
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
@{
|
|
ViewData["Title"] = "Política de Privacidade";
|
|
}
|
|
|
|
<h3>@ViewData["Title"]</h3>
|
|
<p>Use this page to detail your site's privacy policy.</p>
|
|
|
|
<section class="py-3">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
a
|
|
</div>
|
|
</div>
|
|
</section> |