diff options
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index b5fd55a..3220e5c 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -4,7 +4,7 @@ @section('content') <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb. - <table class="info-table"> + <table class="info-table" role="presentation"> <caption> <h2>Fun Facts</h2> <hr> @@ -27,7 +27,7 @@ </table> <br> - <table class="info-table"> + <table class="info-table" role="presentation"> <caption> <h2>Interests</h2> <hr> @@ -47,7 +47,7 @@ </table> <br> - <table class="info-table"> + <table class="info-table" role="presentation"> <caption> <h2>Contact & social</h2> <hr> @@ -71,7 +71,7 @@ </table> <br> - <table class="info-table"> + <table class="info-table" role="presentation"> <caption> <h2>niko</h2> <hr> @@ -84,5 +84,4 @@ </td> </tr> </table> - @stop |