diff myw/redirect_app.py @ 96:259a484f691b

fix <head> tags
author paulo
date Sun, 08 Jul 2018 23:31:13 -0700
parents 6a45e46f0c05
children
line diff
     1.1 --- a/myw/redirect_app.py	Sun Jul 08 02:46:02 2018 -0600
     1.2 +++ b/myw/redirect_app.py	Sun Jul 08 23:31:13 2018 -0700
     1.3 @@ -21,7 +21,7 @@
     1.4  	
     1.5  	root = html.HTML("html")
     1.6  	
     1.7 -	header = root.header
     1.8 +	header = root.head
     1.9  	header.title(TITLE)
    1.10  	header.link(rel="stylesheet", type="text/css", href="index.css")
    1.11