aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/home.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-08-15 00:04:52 +0100
committerFrankie B <git@diskfloppy.me>2023-08-15 00:04:52 +0100
commitae78f53fe6fe9366c20c52e69b9a4b28ce11bb2b (patch)
tree940fb77872d2c81ab4a578a28dc59317d10623d1 /resources/views/pages/home.blade.php
parent3102ad12f446e39d32dbf8521aed8edae7993010 (diff)
Add width/height to homepage image
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r--resources/views/pages/home.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php
index 839af78..89849b3 100644
--- a/resources/views/pages/home.blade.php
+++ b/resources/views/pages/home.blade.php
@@ -3,7 +3,7 @@
@section('description', 'This is the personal homepage of floppydisk.')
@section('content')
<div class="me">
- <img src="/images/me_200x200.jpg" alt="Me">
+ <img src="/images/me_200x200.jpg" alt="Me" width="200" height="200">
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
</div>