24 lines
562 B
JSON
Executable File
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"
|
|
}
|
|
]
|
|
}
|
|
}
|