gawo2025-ws-json-html

This commit is contained in:
2026-03-05 14:00:26 +01:00
commit 819e8cde08
15 changed files with 710 additions and 0 deletions
Executable
+23
View File
@@ -0,0 +1,23 @@
{
"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"
}
]
}
}