Skip to content

Commit

Permalink
add test react for transformjs
Browse files Browse the repository at this point in the history
  • Loading branch information
june_01 committed Dec 9, 2016
1 parent 2471fee commit c818968
Show file tree
Hide file tree
Showing 5 changed files with 21,998 additions and 0 deletions.
30 changes: 30 additions & 0 deletions transformjs/react/example/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style>
#ctt .test {
width: 100px;
height: 100px;
color: white;
line-height: 100px;
text-align: center;
display: inline-block;
margin-top: 30px;
position: absolute;
left: 0;
top: 0;
}
</style>
</head>
<body>
<a href="https://github.com/AlloyTeam/AlloyTouch/tree/master/transformjs" target="_blank" style="position: absolute; right: 0; top: 0;">
<img src="http://alloyteam.github.io/AlloyGameEngine/AlloyPaper/example/asset/img/github.png" alt="" />
</a>
<div style="text-align: center; position: relative; left: 100px; top: 100px;" id="ctt">
<div id="root"></div>
</div>
<script src="../../transform.js"></script>
<script src="./index.js"></script>
</body>
</html>
Loading

0 comments on commit c818968

Please sign in to comment.