iwla

iwla Commit Details

Date:2022-06-23 21:08:38 (1 year 5 months ago)
Author:Grégory Soutadé
Branch:dev, master
Commit:4e7b2d34d16a88bb3952b54f337da5bc274531d2
Parents: 5130b1f6d8422bb7f89eb2c6d918a54bf45d770b
Message:Add favicon

Changes:
Aresources/icon/favicon.png
Mdisplay.py (1 diff)

File differences

display.py
360360
361361
362362
363
363364
364365
365366
f.write(u'<html>')
f.write(u'<head>')
f.write(u'<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />')
f.write(u'<link rel="icon" type="image/png" href="/resources/icon/favicon.png"/>')
for css in self.css_path:
f.write(u'<link rel="stylesheet" href="/%s"/>' % (css))
if self.title:

Archive Download the corresponding diff file

Branches

Tags