Fix homepage image

This commit is contained in:
floppydiskette 2023-08-14 23:47:29 +01:00
parent b8b36c50d0
commit 32c675e202
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -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>