add fun quotes page

This commit is contained in:
stjet
2026-07-13 03:54:41 +00:00
parent c8cf78f178
commit 554a441807
7 changed files with 58 additions and 9 deletions

8
quotes.json Normal file
View File

@@ -0,0 +1,8 @@
{
"quotes": [
{
"content": "Test quote",
"from": "Test author"
}
]
}