diff options
| author | Asko Nõmm <asko@nmm.ee> | 2024-12-30 15:32:10 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2024-12-30 15:32:10 +0200 |
| commit | 69968c9e34ae57cfee905d94fc98ec6a83fbe92b (patch) | |
| tree | 5415d401bbd42c7d05bae4dd0bd2b91c4e4de0b6 /hello.py | |
| parent | 89ca418a84444fbba92a4fd450c8f3b933596447 (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("<div>Hello World<span>asdasd<a>asd</a></span></div>").toHtml() + Htmtl("<!DOCTYPE html><html><head></head><body><div>as<img>more text goes here</div></body></html>").toHtml() if __name__ == "__main__": |
