Mercurial > hg > index.fcgi > www > www-1
comparison myw/redirect_app.py @ 135:66f184a5234b
myrss2: FEEDS: update The Drive and Open Culture
author | paulo |
---|---|
date | Thu, 21 Apr 2022 06:57:38 +0000 |
parents | 6a45e46f0c05 |
children |
comparison
equal
deleted
inserted
replaced
0:e92febe74166 | 1:92f859354a18 |
---|---|
19 path = ls[2].strip('"') | 19 path = ls[2].strip('"') |
20 links.append(os.path.basename(path)) | 20 links.append(os.path.basename(path)) |
21 | 21 |
22 root = html.HTML("html") | 22 root = html.HTML("html") |
23 | 23 |
24 header = root.header | 24 header = root.head |
25 header.title(TITLE) | 25 header.title(TITLE) |
26 header.link(rel="stylesheet", type="text/css", href="index.css") | 26 header.link(rel="stylesheet", type="text/css", href="index.css") |
27 | 27 |
28 body = root.body(klass="body") | 28 body = root.body(klass="body") |
29 | 29 |