mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 06:55:00 +00:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
@{
|
|
ViewData["Title"] = "Política de Privacidade";
|
|
}
|
|
|
|
<h3>@ViewData["Title"]</h3>
|
|
|
|
<section class="py-3">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
Não possuímos politica e nem Privacidade
|
|
</div>
|
|
</div>
|
|
</section> |