mirror of
https://github.com/KuJoe/kontrolvm.git
synced 2025-04-21 12:33:41 +00:00

Uploading the code in its entirety, basic testing completed but still more work and code clean-up needed.
20 lines
No EOL
773 B
PHP
20 lines
No EOL
773 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>
|