17 lines
542 B
HTML
17 lines
542 B
HTML
<footer class="powered-by" style="display: flex; align-items: center">
|
|
<span style="flex: 1; text-align: left">
|
|
<span style="
|
|
color: var(--text-secondary);
|
|
font-size: 0.8em;
|
|
">{{VERSION}}</span>
|
|
</span>
|
|
<span>Powered by: <img src="/logo.png" alt="ICSBox" class="footer-logo" /></span>
|
|
<span style="flex: 1; text-align: right">
|
|
<a href="/stats" style="
|
|
color: var(--text-secondary);
|
|
font-size: 0.8em;
|
|
text-decoration: none;
|
|
">📊 Stats</a>
|
|
</span>
|
|
</footer>
|