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,6 @@
<p class="quote">
@foreach($quote["lines"] as $line)
<strong>{{ $line["character"] }}:</strong> "{{ $line["line"] }}"<br>
@endforeach
<small>({{ $quote["attribution"] }})</small>
</p>