Mercurial > hg > index.fcgi > www > www-1
comparison laterlinks2/laterlinks_app.py @ 140:ae6b4032a912
myrss2: FEEDS: Add jabberwocking.com, remove danielmiessler.com
author | paulo |
---|---|
date | Mon, 03 Jul 2023 04:40:23 +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) |