Hello (web example)
The smallest web module: a clock. Copy it to start your own.
- web · html
- by alekdob
- v0.1.0
- 4 x 2 cells
- example
about
A clock in phosphor green. Twelve lines of HTML: the smallest web module that exists, meant to be copied.
Read the module guide, change the entry file, and you have your own block. Web modules are one self-contained HTML file in a sandboxed iframe.
module.json
{
"id": "hello",
"name": "Hello (web example)",
"kind": "web",
"entry": "index.html",
"w": 4,
"h": 2,
"description": "The smallest web module: a clock. Copy it to start your own.",
"author": "alekdob",
"tags": [
"example"
],
"version": "0.1.0",
"glyph": [
"#...#",
"#...#",
".....",
"#...#",
".###."
]
}