Mercurial > hg > index.fcgi > www > www-1
comparison laterlinks2/laterlinks_app.py @ 132:99e4022eae52
pics3: add Dockerfile and requirements.pip
author | paulo |
---|---|
date | Thu, 20 Jan 2022 01:28:46 -0800 |
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) |