diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-18 18:21:00 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-18 18:21:00 -0400 |
| commit | b9909fc19efb4874a2fb43d8603809a18995a781 (patch) | |
| tree | db2ab8ec99e44c3ec8de82652fa57a238a89867f /cards.json | |
Initial commit
Diffstat (limited to 'cards.json')
| -rw-r--r-- | cards.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cards.json b/cards.json new file mode 100644 index 0000000..8c3bd15 --- /dev/null +++ b/cards.json @@ -0,0 +1,12 @@ +[ + { + "front": "This is the front page!", + "back": "This is the back page!", + "scheduled": "2025-07-17T00:00:00.000Z" + }, + { + "front": "Another front page", + "back": "Another back page", + "scheduled": "2025-07-20T00:00:00.000Z" + } +] |