moved javascript into its own directory
[photo-tags.git] / index.php
index 55bc6c74e850f65e221559c81a75e86b1ea6cbf8..1a48055a5c91c7c2e1f24c5b6b8e33cb5a0c99c6 100644 (file)
--- a/index.php
+++ b/index.php
@@ -30,7 +30,7 @@ else
 
 <html>
 <title><?php echo htmlspecialchars($title) ?></title>
-<script src = "<?php echo $webbase?>/d3.min.js"></script>
+<script src = "<?php echo $webbase?>/js/d3.min.js"></script>
 <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" />