hippie/source/data.json
Stephan 8bc8da74db demo.1
- added possibility to add data into tempaltes via json
- restructured output files
- some work on styles
2018-05-08 23:00:46 +02:00

34 lines
506 B
JSON

{
"demolinks": [
{
"href": "demo/intro.html",
"text": "Intro"
},
{
"href": "demo/os.html",
"text": "OS"
},
{
"href": "demo/error/404.html",
"text": "404"
},
{
"href": "demo/error/500.html",
"text": "500"
}
],
"links": [
{
"href": "elements.html",
"text": "Elements"
},
{
"href": "blank.html",
"text": "Blank"
},
{
"href": "tests.html",
"text": "Tests"
}
]
}