12 lines
303 B
Plaintext
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> |