diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-11-28 00:07:08 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-11-28 00:07:08 +0000 |
commit | f5444a9bf66cc88244a2b2c6ceca385f1e201f09 (patch) | |
tree | 65c65580491848b64fd461541f79889ce51b4b74 /resources/views/components/wah.blade.php | |
parent | 1d39acd29871bd059dc62a003956cb98a8264505 (diff) |
Sure is a new site design
Diffstat (limited to 'resources/views/components/wah.blade.php')
-rw-r--r-- | resources/views/components/wah.blade.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/views/components/wah.blade.php b/resources/views/components/wah.blade.php new file mode 100644 index 0000000..cea770e --- /dev/null +++ b/resources/views/components/wah.blade.php @@ -0,0 +1,5 @@ +<div class="wah"> + <h3>Random Wah!</h3> + <img src="{{ $wah }}"> + <p>Image "stolen" from <a href="https://tinyfox.dev/">tinyfox.dev</a></p> +</div> |