Skip to content

Commit

Permalink
moved demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
nashio committed Jul 6, 2017
1 parent 613e846 commit 790a9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/demo/demo.html → examples/demo/page/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!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>
</head>
<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>
</div>
<script src="../dist/react-tiny-tabs.js"></script>
<script src="../../dist/react-tiny-tabs.js"></script>
</body>

0 comments on commit 790a9da

Please sign in to comment.