diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-19 00:31:59 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-19 00:31:59 +0100 |
commit | 461006672965b58df960aefe497f6796b25f0f78 (patch) | |
tree | 8610c1f1ca1d7e6c2b64190aa155c5bbae92024e | |
parent | 8796ca9abe45a0ac2b779bf171a632567ae916a9 (diff) |
Add w/h to dimden button
-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 1ae4c6b..3f53e18 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -5,7 +5,8 @@ width="88" height="31" alt="Learn HTML today!"> </a> <a href="https://dimden.dev/"> - <img src="https://dimden.dev/services/images/88x31.gif" alt="dimden.dev"> + <img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31" + alt="dimden.dev"> </a> <a href="https://www.linux.org/"> <img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" width="88" @@ -16,8 +17,7 @@ alt="vim"> </a> <a href="http://jigsaw.w3.org/css-validator/check/referer"> - <img - src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31" + <img src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31" alt="Valid CSS!"> </a> <a href="https://wiby.me/"> |