summaryrefslogtreecommitdiff
path: root/cgi-bin/nest.py
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-27 21:53:04 +0200
committerCtibor Brančík <ctibor@brancik.cz>2017-03-27 21:53:04 +0200
commit25f3639edf760962744feefd624531e43f17661d (patch)
treef41f9ad4f2f1f017d440aec9484bf51cb009f9a6 /cgi-bin/nest.py
parenta2b9a8f0e272667b4af21310673c770023d745c2 (diff)
downloadhnizdo-25f3639edf760962744feefd624531e43f17661d.tar.gz
hnizdo-25f3639edf760962744feefd624531e43f17661d.tar.bz2
Use favicon for website
Diffstat (limited to 'cgi-bin/nest.py')
-rwxr-xr-xcgi-bin/nest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi-bin/nest.py b/cgi-bin/nest.py
index c95a243..3f5805d 100755
--- a/cgi-bin/nest.py
+++ b/cgi-bin/nest.py
@@ -18,6 +18,7 @@ print ("<head>")
print ("<meta charset=\"UTF-8\">")
print ("<title>Hnízdo</title>")
print ("<link rel=\"stylesheet\" type=\"text/css\" href=\""+config.root+"style/style.css\">")
+print ("<link rel="shortcut icon" href="style/favicon.ico" type="image/x-icon">"
print ("</head>")
print ("<body>")