wah.moe/resources/views/components/wah.blade.php
2025-03-31 23:34:49 +01:00

10 lines
363 B
PHP

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