Add random quotes

This commit is contained in:
Frankie B 2024-08-08 04:00:49 +01:00
commit 39d7895fad
8 changed files with 1041 additions and 78 deletions

View file

@ -0,0 +1,3 @@
<p class="quote">
<strong>{{ $quote["name"] }}:</strong> "{{ $quote["quote"] }}"<br>
</p>