mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-15 22:45:09 +00:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
@{
|
|
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> |