Files
gawo25json-html/Simple.json
T
2026-03-05 14:00:26 +01:00

24 lines
562 B
JSON
Executable File

{
"head": {
"title": "Box Example",
"styles": ".box { border: 2px solid black; padding-top: 20px; margin: 20px; }\n .button {padding: 100px; background-color: red}"
},
"body": {
"content": [
{
"element": "div",
"attributes": {
"class": "box"
},
"value": "This is a simple outlined box with some text inside."
},
{
"element": "a",
"attributes": {"href": "output.html", "class": "button"},
"value": "Press me"
}
]
}
}