comparison laterlinks2/laterlinks_app.py @ 144:90f3021e3137

myrss2: FEEDS: Remove longform.org; add propublic.org
author paulo
date Tue, 28 May 2024 06:23:58 +0000
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)