Initial commit

This commit is contained in:
GuiNerd
2019-09-21 17:03:29 -03:00
commit bde1ec52fd
1736 changed files with 187698 additions and 0 deletions

View File

@ -0,0 +1,14 @@
@{
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>