mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 15:05:39 +00:00
Initial commit
This commit is contained in:
14
GerenciaProjetos/Views/Home/Index.cshtml
Normal file
14
GerenciaProjetos/Views/Home/Index.cshtml
Normal file
@ -0,0 +1,14 @@
|
||||
@{
|
||||
ViewData["Title"] = "Dashboard";
|
||||
}
|
||||
|
||||
<h3>@ViewData["Title"]</h3>
|
||||
<p>Manage your account settings, and set up social network integration.</p>
|
||||
|
||||
<section class="py-3">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
a
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user