diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-12 18:57:10 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-12 18:57:33 +0000 |
commit | 725712aa35a989f1c2f179e210b8fa1c310e39e9 (patch) | |
tree | 4ba81858541a5db1e16839dd780af06ec0e5872d /resources/views/pages/home.blade.php | |
parent | c622761799635392cc35a46795955c9a0be12fc1 (diff) |
Add custom error pages, pixel images, etc (also improve computers)
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index fd6938c..6720660 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,6 +2,7 @@ @section('title', 'Home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') + <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> <table class="info-table" role="presentation"> |