9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
@{
|
|
ViewBag.Title = "About";
|
|
}
|
|
<h2>@ViewBag.Title.</h2>
|
|
<h3>@ViewBag.Message</h3>
|
|
|
|
<p>MoonPro / MAPO sono una suite di applicazioni e dispositivi hw dedicati per l'IOT,l'industry 4.0 e la gestione automatizzata dei processi produttivi.</p>
|
|
<p>Per maggiori informazioni <a href="http://www.steamware.net/iot">visita il link</a> sul nostro sito.</p>
|