kontrolvm/footer.php
KuJoe 013372dbb8
Some checks failed
PHPMD / Run PHPMD scanning (push) Has been cancelled
Psalm Security Scan / php-security (push) Has been cancelled
Reapply "Removed dark theme"
This reverts commit 1af69f2a60.
2025-03-26 19:58:26 -04:00

20 lines
No EOL
780 B
PHP

<footer class="footer">
<div class="container">
<p>Powered by <a href="https://github.com/KuJoe/kontrolvm" target="_blank">KontrolVM v<?php echo KONTROLVM_VERSION; ?></a></p>
<ul class="social-links">
<!--<li><a href="#" target="_blank"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="#" target="_blank"><i class="fab fa-mastodon"></i> Mastodon</a></li>
<li><a href="#" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a></li>
<li>
<i class="fa-solid fa-sun"></i>
<div class="theme-switch">
<label for="theme-toggle">
<input type="checkbox" id="theme-toggle">
<span class="slider round"></span>
</label>
</div>
</li>
<i class="fa-solid fa-moon darkmode"></i>-->
</ul>
</div>
</footer>