2016-04-04 22:24:13 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html ng-app="wechat">
|
|
|
|
<head>
|
2016-06-07 16:46:10 +08:00
|
|
|
<base href="/">
|
2016-06-06 12:22:52 +08:00
|
|
|
<title>我的动态</title>
|
2016-04-04 22:24:13 +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" />
|
|
|
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="/stylesheets/weui/weixin.css" />
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-04-21 10:38:36 +08:00
|
|
|
<div ng-view>
|
|
|
|
</div>
|
2016-04-04 22:24:13 +08:00
|
|
|
|
2016-06-09 19:48:58 +08:00
|
|
|
<script src="/javascripts/wechat/build/angular.all.min.js"></script>
|
2016-04-04 22:24:13 +08:00
|
|
|
<script src="/javascripts/wechat/app.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|