Add width/height to homepage image
This commit is contained in:
parent
3102ad12f4
commit
ae78f53fe6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue