summaryrefslogtreecommitdiff
path: root/example-cards.json
diff options
context:
space:
mode:
Diffstat (limited to 'example-cards.json')
-rw-r--r--example-cards.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/example-cards.json b/example-cards.json
new file mode 100644
index 0000000..9b856f0
--- /dev/null
+++ b/example-cards.json
@@ -0,0 +1,12 @@
+[
+ {
+ "id": "d8968711-cd50-42e3-9360-f17a35cc944a",
+ "front": "This is the front of a card.",
+ "back": "And this is the back of a card"
+ },
+ {
+ "id": "a8942790-aea7-41d1-afd1-3cc3c3ecb664",
+ "front": "Cards can contain <strong>arbitrary</strong> <em>HTML</em>.",
+ "back": "Back."
+ }
+]