SoftwayWeb/Views/Portale/Index.cshtml
2024-06-26 10:11:14 +02:00

12 lines
303 B
Plaintext

@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
ViewData["Title"] = "Area riservata";
Layout = "~/Views/Shared/_LayoutAreaRis.cshtml";
}
<div class="text-center">
<h1 class="display-4">Area Riservata</h1>
</div>