Mercurial > hg > index.fcgi > www > www-1
comparison pics2/pics_app.py @ 123:b2aebd4994ea
myrss2: update FEEDS again to remove The Browser
author | paulo |
---|---|
date | Thu, 25 Mar 2021 00:23:17 -0700 |
parents | d521df55f56c |
children |
comparison
equal
deleted
inserted
replaced
8:a08d40194557 | 9:ac7720cc3eec |
---|---|
86 | 86 |
87 | 87 |
88 def _get_standard_html_doc(self, title): | 88 def _get_standard_html_doc(self, title): |
89 root = html.HTML("html") | 89 root = html.HTML("html") |
90 | 90 |
91 header = root.header | 91 header = root.head |
92 header.link(rel="stylesheet", type="text/css", href=self._get_pics_url("index.css")) | 92 header.link(rel="stylesheet", type="text/css", href=self._get_pics_url("index.css")) |
93 header.title(title) | 93 header.title(title) |
94 | 94 |
95 body = root.body | 95 body = root.body |
96 body.h1(title) | 96 body.h1(title) |