diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-15 20:52:32 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-15 20:52:32 +0100 |
commit | 3bf78f4054f298f10e488e0204868120325eda22 (patch) | |
tree | 80d972d533fd382927b85222d1857412f64245dd /resources/views/includes | |
parent | 25296e79b6cc4112272559c8151d4f10894d8668 (diff) |
Update pages to be ADA-compliant
Diffstat (limited to 'resources/views/includes')
-rw-r--r-- | resources/views/includes/footer.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index c19bd71..1ae4c6b 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -1,5 +1,5 @@ <hr> -<div class="footer"> +<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!"> |