diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-16 23:41:33 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-16 23:41:49 +0100 |
commit | 80c7ecc6ee3dd1896a285310d186a47da6bea12b (patch) | |
tree | 0d6d6bff7c5dfb9eba2ec01f96dea8f96914e6e6 /resources | |
parent | 089ddcaf0be7c2a2744e7b61092a59d56100da62 (diff) |
Added "Things they never said" to the homepage
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/pages/home.blade.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 0dc466a..3aa69c5 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,7 +2,20 @@ @section('title', 'Home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') - <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb. + <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> + + <table class="info-table never-said" role="presentation"> + <caption> + <h2>Things they never said</h2> + <hr> + </caption> + <tr> + <script type="text/javascript" language="javascript" src="/js/neverSaid.js"></script> + <noscript><td>Oops! You need JavaScript enabled to view this content.</td></noscript> + </tr> + </table> + <br> + <table class="info-table" role="presentation"> <caption> |