diff laterlinks2/laterlinks_app.py @ 96:259a484f691b

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