moved css files into their own directory
[photo-tags.git] / index.php
index 5d62eb47ff6848776163aeb1f75eac28bc6c1a92..55bc6c74e850f65e221559c81a75e86b1ea6cbf8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -31,8 +31,8 @@ else
 <html>
 <title><?php echo htmlspecialchars($title) ?></title>
 <script src = "<?php echo $webbase?>/d3.min.js"></script>
-<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/normalize.css" />
-<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/style.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/css/normalize.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/css/style.css" />
 
 <body>