Fix homepage image
This commit is contained in:
parent
b8b36c50d0
commit
32c675e202
2 changed files with 1 additions and 1 deletions
BIN
public/images/me_200x200.jpg
Normal file
BIN
public/images/me_200x200.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -3,7 +3,7 @@
|
|||
@section('description', 'This is the personal homepage of floppydisk.')
|
||||
@section('content')
|
||||
<div class="me">
|
||||
<img src="{{ URL::asset('images/me_200x200.jpg') }}" alt="Me">
|
||||
<img src="/images/me_200x200.jpg" alt="Me">
|
||||
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue