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
commit4e537e8aec3507280f7670ad29bffd3829234148 (patch)
treeec1a2c60cacd7a15ac0547fb0d2037da758036d7 /resources/views/pages/home.blade.php
parentdb3223d30446f0a732b4f6314549ee00f42b77eb (diff)
parent3bf78f4054f298f10e488e0204868120325eda22 (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