Add width/height to homepage image

This commit is contained in:
floppydiskette 2023-08-15 00:04:52 +01:00
parent 3102ad12f4
commit ae78f53fe6
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
@section('description', 'This is the personal homepage of floppydisk.') @section('description', 'This is the personal homepage of floppydisk.')
@section('content') @section('content')
<div class="me"> <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. <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
</div> </div>