summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.php4
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
diff --git a/index.php b/index.php
index 5d62eb4..55bc6c7 100644
--- 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>