diff options
Diffstat (limited to 'resources/views')
-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/"> |