Files
MoonPro.net/MP-MON/Views/Shared/_footer.cshtml
T
2018-05-28 10:30:03 +02:00

10 lines
392 B
Plaintext

<div class="d-flex justify-content-start pl-3 text-left">
<span style="color: #DEDEDE;">MP MON</span>itor
</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">
2007-@DateTime.Now.Year &copy; <img class="logoImg" src="~/images/logoSteamware.png" style="height: 30px;" />
</div>