Add First CSS

This commit is contained in:
Grégory Soutadé
2014-11-28 16:02:04 +01:00
parent 3858127a6d
commit 1b4f9c0ad5
5 changed files with 71 additions and 4 deletions

View File

@@ -169,6 +169,7 @@ class DisplayHTMLPage(object):
f.write('<html>')
f.write('<head>')
f.write('<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />')
f.write('<link rel="stylesheet" href="iwla.css"/>')
if self.title:
f.write('<title>%s</title>' % (self.title))
f.write('</head>')