Relative paths to resources in html
This commit is contained in:
parent
3e67dda988
commit
1b2ba7abe7
14
index.html
14
index.html
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, max-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, max-scale=1">
|
||||||
|
|
||||||
<!-- 3rd party CSS -->
|
<!-- 3rd party CSS -->
|
||||||
<link rel="stylesheet" href="/css/normalize.css">
|
<link rel="stylesheet" href="css/normalize.css">
|
||||||
<!-- Fix IE -->
|
<!-- Fix IE -->
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
|
||||||
@ -15,20 +15,14 @@
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<!-- Custom CSS -->
|
<!-- Custom CSS -->
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
|
|
||||||
<!-- RSS Feed -->
|
|
||||||
<link href='/feed.xml' rel='alternate' type='application/atom+xml'>
|
|
||||||
|
|
||||||
<!-- Web Fonts -->
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200' rel='stylesheet' type='text/css'>
|
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="shortcut icon" href="/favicon.png" />
|
<link rel="shortcut icon" href="/favicon.png" />
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script src="/js/AnimationFrame.min.js"></script>
|
<script src="js/AnimationFrame.min.js"></script>
|
||||||
<script async src="/js/stuff.js"></script>
|
<script async src="js/stuff.js"></script>
|
||||||
|
|
||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user