Skip to content

Commit

Permalink
fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nashio committed Jul 6, 2017
1 parent 83e236a commit e688b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo/page/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html public "">
<title>Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="assets/css/demo.css">
<link rel="stylesheet" href="../assets/css/demo.css">
<head>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
Expand All @@ -10,7 +10,7 @@
<body>
<div class="container">
<header>
<img class="logo" src="./assets/img/logo.png" alt="tiny-tabs" />
<img class="logo" src="../assets/img/logo.png" alt="tiny-tabs" />
<div class="sub-title">themed tabs for React</div>
</header>
<div id="root"></div>
Expand Down

0 comments on commit e688b27

Please sign in to comment.