Add files via upload

This commit is contained in:
Russell
2023-05-04 12:47:26 -06:00
committed by GitHub
parent cddc33c0be
commit 6bb9b007bb
2 changed files with 43 additions and 10 deletions
+21 -5
View File
@@ -1,6 +1,22 @@
[
{ "name": "App 1", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" },
{ "name": "App 2", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" },
{ "name": "App 3", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" },
{ "name": "App 4", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" }
]
{
"name": "App 1",
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
"desc": "An app"
},
{
"name": "App 2",
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
"desc": "An app"
},
{
"name": "App 3",
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
"desc": "An app"
},
{
"name": "App 4",
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
"desc": "An app"
}
]
+22 -5
View File
@@ -1,6 +1,23 @@
[
{ "name": "Test", "source": "https://example.com","image": "https://via.placeholder.com/220x220?text=Insert+fun+game" },
{ "name": "Game 2", "image": "https://via.placeholder.com/220x220?text=Insert+fun+game" },
{ "name": "Game 3", "image": "https://via.placeholder.com/220x220?text=Insert+fun+game" },
{ "name": "Game 4", "image": "https://via.placeholder.com/220x220?text=Insert+fun+game" }
]
{
"name": "Test",
"source": "https://example.com",
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
"desc": "A Game"
},
{
"name": "Game 2",
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
"desc": "A Game"
},
{
"name": "Game 3",
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
"desc": "A Game"
},
{
"name": "Game 4",
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
"desc": "A Game"
}
]