Files
Uptime-Stats/templates/_footer.html

11 lines
514 B
HTML

<footer class="footer mt-auto py-3 bg-light border-top">
<div class="container text-center">
<span class="text-muted">
&copy; {{ now.year }} <a href="https://rl-dev.de" target="_blank" class="text-decoration-none">rl-dev.de</a>
</span>
<span class="mx-2 text-muted">|</span>
<a href="https://git.rl-dev.de/Robin/Uptime-Stats" target="_blank" class="text-decoration-none text-muted">
<i class="bi bi-git"></i> Source Code
</a>
</div>
</footer>