added some garbage
This commit is contained in:
2021-03-05 19:12:33 +01:00
parent 3060dee504
commit 23be552537
6 changed files with 363 additions and 0 deletions

View File

@@ -0,0 +1 @@
for testing

View File

@@ -0,0 +1,15 @@
{
"hello": "chello",
"x": {
"aa": 55,
"bb": 44,
"cc": {
"oo": 11
}
},
"list": [
1,
2,
3
]
}

View File

@@ -0,0 +1,11 @@
{
"D_backround": "files/bg2.pmg",
"D_menu": "Pova\u017esk\u00fd hrad",
"D_text": "info o hrade!",
"prehliadka": [
"pdf",
"files/prehliadky/prehliadka1.pdf",
"show"
],
"hello": "chello"
}

View File

@@ -0,0 +1,20 @@
{
"D_backround": "files/bg3.pmg",
"D_menu": "Zauj\u00edmavosti Pova\u017esk\u00e9ho hradu",
"D_text": "Tu dole si m\u00f4\u017ete pozrie\u0165 zauj\u00edmavosti",
"historia": [
"txt",
"files/txt/txt1.txt",
"menu"
],
"novinky": [
"txt",
"files/txt/txt2.txt",
"download"
],
"aktu\u00e1lny hrad": [
"mp4",
"files/video/video1.mp4",
"show"
]
}