blob: e1fb35b35f5b7de58144f8a385f31a1855f2bddc (
plain)
1
2
3
4
5
6
7
8
9
10
|
<div class="wah">
<h3>Random Fops!</h3>
@if ($wah !== "")
<img src="{{ $wah }}" alt="Random image featuring a Fox">
<p>Image "stolen" from <a href="https://tinyfox.dev/">tinyfox.dev</a></p>
@else
<img src="https://placehold.co/250x250" alt="250x250 Placeholder Image">
<p>Unable to retrieve image</p>
@endif
</div>
|