Skip to content

Commit

Permalink
Fixing paths so they work on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Dec 16, 2014
1 parent 1024026 commit a8faa92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!doctype html public "embarassment">
<title>Master Detail Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="/basic/app.css" rel="stylesheet"/>
<link href="basic/app.css" rel="stylesheet"/>
<body>
<div id="example"></div>
<script src="/__build__/shared.js"></script>
<script src="/__build__/basic.js"></script>
<script src="__build__/shared.js"></script>
<script src="__build__/basic.js"></script>

0 comments on commit a8faa92

Please sign in to comment.