Mercurial > hg > index.fcgi > www > www-1
comparison laterlinks2/laterlinks_app.py @ 101:2b010bd970c2
deer_crash: correction: it was actually more than *three* years ago
author | paulo |
---|---|
date | Wed, 29 Aug 2018 23:28:09 -0700 |
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) |