Files
Samuele Locatelli 69c010a9af MON:
- aggiunta orologio grande in alto
- review pagina in generale
2025-03-17 10:17:03 +01:00

17 lines
707 B
Plaintext

<div class="d-flex justify-content-between text-light fs-4">
<div class="px-1">
<b>Mapo MON @(DateTime.Today.Year)</b> | <span class="small">v.@version</span>
</div>
<div class="px-2">
@if (Width > 0)
{
<small class="small align-items-center">@Width x @Height | </small>
}
<small class="ps-1 small align-items-center">@(OperatingSystem.IsBrowser() ? "WASM" : "Server")</small>
@* <span class="">
@($"{DateTime.Now:HH:mm:ss}")
</span> *@
| <a class="text-light" href="https://www.egalware.com/" target="_blank"><img class="img-fluid" width="16" src="images/LogoEgw.png" /> Egalware </a>
</div>
</div>