socialforge/public/app.html

23 lines
826 B
HTML
Raw Normal View History

2016-03-21 18:18:11 +08:00
<!DOCTYPE html>
<html>
<head>
<title>react js</title>
2016-03-21 18:26:35 +08:00
<meta charset='utf-8' />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="apple-mobile-web-app-capable" content="no">
<meta content='True' name='HandheldFriendly' />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
2016-03-21 18:18:11 +08:00
<link type="text/css" rel="stylesheet" href="/stylesheets/weui/weixin.css" />
<script src="/javascripts/wechat/react.js"></script>
<script src="/javascripts/wechat/JSXTransformer.js"></script>
<script src="/javascripts/wechat/ReactRouter.js"></script>
</head>
<body>
<div id="container"></div>
<script src="/javascripts/wechat/jquery.min.js"></script>
<script type="text/jsx" src="/javascripts/wechat/wechat.jsx"></script>
</body>
</html>