Browse Source

Relative paths to resources in html

Tyler Hallada 8 years ago
parent
commit
1b2ba7abe7
1 changed files with 4 additions and 10 deletions
  1. 4 10
      index.html

+ 4 - 10
index.html

@@ -7,7 +7,7 @@
7 7
     <meta name="viewport" content="width=device-width, initial-scale=1, max-scale=1">
8 8
 
9 9
     <!-- 3rd party CSS -->
10
-    <link rel="stylesheet" href="/css/normalize.css">
10
+    <link rel="stylesheet" href="css/normalize.css">
11 11
     <!-- Fix IE -->
12 12
     <!--[if lt IE 9]>
13 13
       <script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
@@ -15,20 +15,14 @@
15 15
     <![endif]-->
16 16
 
17 17
     <!-- Custom CSS -->
18
-    <link rel="stylesheet" href="/css/main.css">
19
-
20
-    <!-- RSS Feed -->
21
-    <link href='/feed.xml' rel='alternate' type='application/atom+xml'>
22
-
23
-    <!-- Web Fonts -->
24
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200' rel='stylesheet' type='text/css'>
18
+    <link rel="stylesheet" href="css/main.css">
25 19
 
26 20
     <!-- Favicon -->
27 21
     <link rel="shortcut icon" href="/favicon.png" />
28 22
 
29 23
     <!-- Scripts -->
30
-    <script src="/js/AnimationFrame.min.js"></script>
31
-    <script async src="/js/stuff.js"></script>
24
+    <script src="js/AnimationFrame.min.js"></script>
25
+    <script async src="js/stuff.js"></script>
32 26
 
33 27
     <!-- Google Analytics -->
34 28
     <script>