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 | 8921eb16f711a267da872b45bdd004487ad472e7 (patch) | |
tree | 57b03eb526d2694a3dcb426e6c0b10bdd890b609 /resources/views/pages/home.blade.php | |
parent | c3509c0d41b31ec988a0f84f2a350fd08ea9b3a1 (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 --> |