aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/images/me_200x200.jpgbin0 -> 10318 bytes
-rw-r--r--resources/views/pages/home.blade.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/public/images/me_200x200.jpg b/public/images/me_200x200.jpg
new file mode 100644
index 0000000..91c4232
--- /dev/null
+++ b/public/images/me_200x200.jpg
Binary files differ
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php
index f390b0f..839af78 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="{{ 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>