Add Wah images to legacy website
This commit is contained in:
parent
fdb0ee20b7
commit
adcc910c28
4 changed files with 16 additions and 4 deletions
|
|
@ -9,4 +9,11 @@
|
|||
<p>Unable to retrieve image</p>
|
||||
@endif
|
||||
</div>
|
||||
@else
|
||||
<h3>Random Wah!</h3>
|
||||
@if ($wah !== "")
|
||||
<img src="{{ $wah }}" alt="Random image featuring a red panda" width="200">
|
||||
@else
|
||||
<p>Unable to retrieve image</p>
|
||||
@endif
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue