summaryrefslogtreecommitdiff
path: root/hello.py
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2024-12-30 18:51:58 +0200
committerAsko Nõmm <asko@nmm.ee>2024-12-30 18:51:58 +0200
commit1ac6564a775835dd9bc93a2fb48ef87f9fc2daed (patch)
tree68bc998db7dd5d1b203671822273283eb6b6176a /hello.py
parent69968c9e34ae57cfee905d94fc98ec6a83fbe92b (diff)
bump
Diffstat (limited to 'hello.py')
-rw-r--r--hello.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello.py b/hello.py
index 0cd0e9f..c8866ce 100644
--- a/hello.py
+++ b/hello.py
@@ -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__":