11 lines
514 B
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">
|
|
© {{ 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> |