summaryrefslogtreecommitdiff
path: root/cards.json
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2025-07-18 18:21:00 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2025-07-18 18:21:00 -0400
commitb9909fc19efb4874a2fb43d8603809a18995a781 (patch)
treedb2ab8ec99e44c3ec8de82652fa57a238a89867f /cards.json
Initial commit
Diffstat (limited to 'cards.json')
-rw-r--r--cards.json12
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"
+ }
+]