diff options
| author | Asko Nõmm <asko@nmm.ee> | 2024-12-30 18:51:58 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2024-12-30 18:51:58 +0200 |
| commit | 1ac6564a775835dd9bc93a2fb48ef87f9fc2daed (patch) | |
| tree | 68bc998db7dd5d1b203671822273283eb6b6176a /hello.py | |
| parent | 69968c9e34ae57cfee905d94fc98ec6a83fbe92b (diff) | |
bump
Diffstat (limited to 'hello.py')
| -rw-r--r-- | hello.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from htmtl import Htmtl def main(): - Htmtl("<!DOCTYPE html><html><head></head><body><div>as<img>more text goes here</div></body></html>").toHtml() + print(Htmtl("<div inner-text=\"hello\">asdasd</div>").html()) if __name__ == "__main__": |
