logo

rc-status-page

Unnamed repository; edit this file 'description' to name the repository.
commit: 2a41dff139d4a7ccae99721dd46c3d8899090e41
parent 0a2550bb0a741c3e7ac34726939564aeab76b71b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 12 May 2022 11:47:07 +0200

rc-status-page: Add link to repo

Diffstat:

Mrc-status-page.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc-status-page.c b/rc-status-page.c @@ -91,7 +91,7 @@ main() { print_services(l->value, services); } - printf("<footer>Generated at %s</footer>", timestamp); + printf("<footer>Generated by <a href=\"https://hacktivis.me/git/rc-status-page\">rc-status-page</a> at %s</footer>", timestamp); printf("</body></html>\n");