comparison laterlinks2/laterlinks_app.py @ 107:24a967efbf3e

add dmd
author paulo
date Fri, 03 Apr 2020 23:58:24 -0700
parents d7d67887102f
children
comparison
equal deleted inserted replaced
3:4628961d8dc3 4:06356178bfaf
97 lldb_unread_delete(inp) 97 lldb_unread_delete(inp)
98 98
99 title = "later links..." 99 title = "later links..."
100 root = html.HTML("html") 100 root = html.HTML("html")
101 101
102 header = root.header 102 header = root.head
103 header.link(rel="stylesheet", type="text/css", href="index.css") 103 header.link(rel="stylesheet", type="text/css", href="index.css")
104 header.title(title) 104 header.title(title)
105 105
106 body = root.body 106 body = root.body
107 body.h1(title) 107 body.h1(title)