Files
MoonPro.net/MP-MON/Views/Shared/_footer.cshtml
T
2018-02-05 16:40:19 +01:00

10 lines
299 B
Plaintext

<div class="d-flex justify-content-start pl-3 text-left">
MoonPro MONitor
</div>
<div class="d-flex justify-content-center text-center">
<strong>@ViewBag.envir</strong>
</div>
<div class="d-flex justify-content-end pr-3 text-right">
Steamware s.r.l. - &copy; 2007-@DateTime.Now.Year
</div>