Moving css to a separate directory.
[treecutter.git] / style / turquoiseswirls / index.html
old mode 100755 (executable)
new mode 100644 (file)
index 10f4a90..a2bd8de
@@ -4,8 +4,10 @@
   <head>
     <meta charset="UTF-8"/>
     <title>my title</title>
-    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
-    <link rel="stylesheet" type="text/css" href="print.css" media="print" />
+    <link rel="stylesheet" href="css/style.css"
+         type="text/css" media="screen" />
+    <link rel="stylesheet" href="css/print.css"
+         type="text/css" media="print" />
     <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
   </head>