Skip to content

Commit

Permalink
demo(react): change bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jan 29, 2018
1 parent 1f61178 commit b882a7c
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 190 deletions.
7 changes: 4 additions & 3 deletions demo/assets/html/character.html
@@ -1,11 +1,12 @@

<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<div class="github" style="position:absolute; width: 45px; height: 45px; z-index:10;top: 10px; right: 15px;">
<a href="https://github.com/naver/egjs-axes/tree/master/packages/react" target="_blank"><img src="../../common/image/github.png" alt="github" style="width: 100%; height: 100%; border-radius: 50%; "/></a>
</div>
<div class="demobox" codepen="character">
<h1 class="title">Character Move(React)</h1>
<div id="__react-content"></div>
</div>

<link rel="stylesheet" href="../css/character.css"/>
<script src="../js/character_bundle.js"></script>
<script src="../../common/js/jquery-2.2.4.js"></script>
<script src="../../common/js/codepen.js"></script>
<script src="../js/character_bundle.js"></script>

0 comments on commit b882a7c

Please sign in to comment.