summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-25 22:50:39 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-03-25 22:50:39 +0100
commit5e59a3097ab8b6e15ab5ee2ac0b710e2c785a896 (patch)
tree5371bea6bd248af56ae3c644ad974769890075c9
parent4a555df369c3795a40ff00e1bbddaf833999dac7 (diff)
downloadhnizdo-5e59a3097ab8b6e15ab5ee2ac0b710e2c785a896.tar.gz
hnizdo-5e59a3097ab8b6e15ab5ee2ac0b710e2c785a896.tar.bz2
Fix path to CSS
-rwxr-xr-xcgi-bin/nest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/nest.py b/cgi-bin/nest.py
index a2080ee..a4a243c 100755
--- a/cgi-bin/nest.py
+++ b/cgi-bin/nest.py
@@ -17,7 +17,7 @@ print ("<html>")
print ("<head>")
print ("<meta charset=\"UTF-8\">")
print ("<title>Hnízdo</title>")
-print ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/style.css\">")
+print ("<link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\">")
print ("</head>")
print ("<body>")