diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-12 18:58:23 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-12 18:58:23 +0000 |
commit | d5df3619bce3a56664a9347cdf0aaf5e2fa1890d (patch) | |
tree | 33010bf3ef0b4bc17cd277854e71ab5623c7dd02 /resources/views/includes/footer.blade.php | |
parent | 725712aa35a989f1c2f179e210b8fa1c310e39e9 (diff) |
Fix footer buttons
Diffstat (limited to 'resources/views/includes/footer.blade.php')
-rw-r--r-- | resources/views/includes/footer.blade.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index 63bf17d..bc85236 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -1,8 +1,8 @@ <hr> <div class="footer" role="contentinfo"> - <a href="https://www.w3schools.com/html/"> - <img src="{{ URL::asset('images/buttons/html_learn_it_today.gif') }}" - class="pixel" width="88" height="31" alt="Learn HTML today!"> + <a href="https://www.debian.org/"> + <img src="{{ URL::asset('images/debian.gif') }}" + class="pixel" width="88" height="31" alt="Powered by Debian"> </a> <a href="https://dimden.dev/"> <img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31" |