13 lines
522 B
Plaintext
13 lines
522 B
Plaintext
@*
|
|
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
|
*@
|
|
@{
|
|
ViewData["Title"] = "Registrazione Conclusa";
|
|
Layout = "~/Views/Shared/_Layout2.cshtml";
|
|
}
|
|
<div class="col-lg-8 col-md-12 col-sm-12 col-12">
|
|
<div class="agy-contact-form">
|
|
<h4 class="agy-sub-heading">@ViewData["Title"]</h4>
|
|
<div class="row">Registrazione Conclusa positivamente. Il nostro staff le invierà le indicazioni per la prova gratuita.</div>
|
|
</div>
|
|
</div> |