Add First CSS
This commit is contained in:
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user