13 lines
176 B
JSON
13 lines
176 B
JSON
{
|
|
"home" : {
|
|
"name" : "Home",
|
|
"file" : "home.html"
|
|
},
|
|
|
|
"404" : {
|
|
"name" : "404",
|
|
"file" : "404.html"
|
|
},
|
|
"test":"schwifty"
|
|
}
|