diff options
-rw-r--r-- | css/normalize.css (renamed from normalize.css) | 0 | ||||
-rw-r--r-- | css/style.css (renamed from style.css) | 0 | ||||
-rw-r--r-- | index.php | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/normalize.css b/css/normalize.css index 7e7bab9..7e7bab9 100644 --- a/normalize.css +++ b/css/normalize.css diff --git a/style.css b/css/style.css index bf9e003..bf9e003 100644 --- a/style.css +++ b/css/style.css @@ -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> |