actually these references should be relative to the web root

This commit is contained in:
Seth Schoen
2012-11-18 17:06:33 -08:00
parent 708677dd65
commit 0d3e0bd72c
+5 -5
View File
@@ -7,12 +7,12 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css"> <link rel="stylesheet" href="/css/normalize.min.css">
<link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="/css/main.css">
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="js/vendor/html5.js"></script> <script src="/js/vendor/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script> <script>window.html5 || document.write('<script src="/js/vendor/html5shiv.js"><\/script>')</script>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
@@ -74,6 +74,6 @@
</footer> </footer>
</div> </div>
<script src="js/main.js"></script> <script src="/js/main.js"></script>
</body> </body>
</html> </html>