summaryrefslogtreecommitdiff
path: root/www/static
diff options
context:
space:
mode:
authorroot2014-03-12 03:19:52 +0100
committerroot2014-03-12 03:19:52 +0100
commit9c3bb2457b1d05cb0c044260cfaaaad2a9935b96 (patch)
tree5e9e7a72443d858751f005dcab29424975ab474f /www/static
parent0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (diff)
downloadfiles.iamfabulous.de-9c3bb2457b1d05cb0c044260cfaaaad2a9935b96.tar.gz
Fixed the path for the css file
Diffstat (limited to 'www/static')
-rw-r--r--www/static/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/static/header.html b/www/static/header.html
index de1ff79..25eba61 100644
--- a/www/static/header.html
+++ b/www/static/header.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>VFS</title>
- <link rel="stylesheet" href="static/style.css">
+ <link rel="stylesheet" href="/static/style.css">
</head>
<body>