summaryrefslogtreecommitdiff
path: root/hello.py
diff options
context:
space:
mode:
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 504affe..0cd0e9f 100644
--- a/hello.py
+++ b/hello.py
@@ -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__":