diff --git a/gallery.json b/gallery.json new file mode 100644 index 0000000..f949191 --- /dev/null +++ b/gallery.json @@ -0,0 +1,15 @@ +{ + "gallery":[ + { + "img":"https://placekitten.com/800/500", + "default":true + }, + { + "img":"https://placekitten.com/805/505", + "default":false + }, + { + "img":"https://placekitten.com/815/515", + "default":false + }] +}