diff options
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__": |
