Skip to content
Permalink
Browse files

But it helps to use the correct URLs

  • Loading branch information
iandees committed Oct 25, 2014
1 parent 339a135 commit 6fe79e7e70baeb591bfd65747c00d768d0e93fd1
Showing with 4 additions and 4 deletions.
  1. +4 −4 chromecast/receiver.html
@@ -4,8 +4,8 @@
<title>Show Me The Way</title>
<meta charset='utf-8' />
<link rel='stylesheet' href='//cdnjs.cloudflare.com/ajax/libs/leaflet/0.5/leaflet.css' />
<link rel='stylesheet' href='css/style.css' />
<link rel='stylesheet' href='css/site.css' />
<link rel='stylesheet' href='../css/style.css' />
<link rel='stylesheet' href='../css/site.css' />
<!--[if lte IE 8]><link rel='stylesheet' href='http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css' /><![endif]-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>

@@ -31,8 +31,8 @@
</p>
</script>
<script src='//cdnjs.cloudflare.com/ajax/libs/leaflet/0.5/leaflet.js'></script>
<script src='js/Bing.js'></script>
<script src='js/bundle.js'></script>
<script src='../js/Bing.js'></script>
<script src='../js/bundle.js'></script>
<script type="text/javascript">

var _gaq = _gaq || [];

0 comments on commit 6fe79e7

Please sign in to comment.
You can’t perform that action at this time.