Files
limanapp/EgwControlCenter.App/Components/Compo/CmpFooter.razor
T
2024-09-20 17:27:18 +02:00

14 lines
518 B
Plaintext

<div class="d-flex justify-content-between text-light">
<div class="text-start">
<a class="text-light" href="https://iis01.egalware.com/Egalware/ACC/Publish.html" target="_blank">App Control Center</a> <span class="small">v.@AppVers</span>
</div>
<div class="text-end">
<span class="small px-1">@adesso</span>
<a class="text-light" href="https://www.egalware.com/" target="_blank"><img class="img-fluid" width="12" src="images/LogoEgw.png" /> Egalware </a>
</div>
</div>