aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/home.blade.php
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2023-10-15 20:54:03 +0100
committerFrankie B <floppydisk05@aol.com>2023-10-15 20:54:49 +0100
commitfff8973a853bf174d7065acbb5c8ddd2708ecf12 (patch)
treeec1a2c60cacd7a15ac0547fb0d2037da758036d7 /resources/views/pages/home.blade.php
parentd8390f7a548ad72d3b56bbd5ff0a3bff54471003 (diff)
parent4b585fe2cae9b8834aea6f783b485dc3552a95b6 (diff)
Merge branch 'master' of github.com:floppydisk05/diskfloppy.me
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r--resources/views/pages/home.blade.php9
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 &amp; 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