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

View file

@ -7,12 +7,12 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="/css/normalize.min.css">
<link rel="stylesheet" href="/css/main.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<script src="/js/vendor/html5.js"></script>
<script>window.html5 || document.write('<script src="/js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
@ -74,6 +74,6 @@
</footer>
</div>
<script src="js/main.js"></script>
<script src="/js/main.js"></script>
</body>
</html>