Browse Source

Fixed CSS Paths for normalize/skeleton

Harry Hedger 9 years ago
parent
commit
4b222fa8d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/playground/index.html

+ 2 - 2
examples/playground/index.html

@@ -19,8 +19,8 @@
 
   <!-- CSS
   –––––––––––––––––––––––––––––––––––––––––––––––––– -->
-  <link rel="stylesheet" href="css/normalize.css">
-  <link rel="stylesheet" href="css/skeleton.css">
+  <link rel="stylesheet" href="static/css/normalize.css">
+  <link rel="stylesheet" href="static/css/skeleton.css">
 
   <!-- Favicon
   –––––––––––––––––––––––––––––––––––––––––––––––––– -->