diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-03 19:07:31 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-03 19:07:31 +0100 |
commit | b5293a41a3882acf35ff0939425a6727d1bb8e88 (patch) | |
tree | 57b03eb526d2694a3dcb426e6c0b10bdd890b609 /resources/views/pages/home.blade.php | |
parent | 1c3408735446569dfcfdb8bc381ebf7e6385b35d (diff) |
style: fix html alignment, etc.
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 13e9069..c06fe67 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,7 +2,7 @@ @section('title', 'home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') -<p>Hi!</p> + <p>Hi!</p> <p>This is the personal homepage of floppydisk.</p> <!-- Last.fm --> |