Home page and pw request page refactor

This commit is contained in:
mrfry 2020-11-17 12:48:05 +01:00
parent f159b9379c
commit 0ea9ecb5a3
6 changed files with 191 additions and 212 deletions

View file

@ -1,14 +1,14 @@
{
"install": {
"href": "install",
"href": "/install",
"text": "Install"
},
"allqr": {
"href": "allqr.txt",
"href": "/allqr.txt",
"text": "Összes kérdés TXT"
},
"data": {
"href": "data.json",
"href": "/data.json",
"text": "Összes kérdés JSON"
}
}