diff options
author | Frankie <git@diskfloppy.me> | 2024-01-12 18:55:13 +0000 |
---|---|---|
committer | Frankie <git@diskfloppy.me> | 2024-01-12 18:55:13 +0000 |
commit | c622761799635392cc35a46795955c9a0be12fc1 (patch) | |
tree | 93bcea0983b01ab35982c2e649d8f3aac5b0963b /resources | |
parent | 729059364520a0e16986b3f63e2de108281ec040 (diff) |
Swap Learn HTML button for Debian
Diffstat (limited to 'resources')
-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 9a5304e..7f5b5d3 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') }}" - width="88" height="31" alt="Learn HTML today!"> + <a href="https://www.debian.org/"> + <img src="{{ URL::asset('images/buttons/debian.gif') }}" + 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" |