Add GitHub link to Domain Monitor footers

Updated footer sections across multiple views to include a link to the Domain Monitor GitHub repository. This provides users with easy access to the project's source code and additional information.
This commit is contained in:
Hosteroid
2025-10-20 14:51:37 +03:00
parent 6b9e4b1d23
commit 52d20c2996
6 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@
</div>
<div class="text-center mt-6">
<p class="text-gray-500 text-xs">© <?= date('Y') ?> Domain Monitor</p>
<p class="text-gray-500 text-xs">© <?= date('Y') ?> <a href="https://github.com/Hosteroid/domain-monitor" target="_blank" class="hover:text-blue-600 transition-colors duration-150" title="Visit Domain Monitor on GitHub">Domain Monitor</a></p>
</div>
</div>
</body>