generated from msb_47094/GinChat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
674 B
28 lines
674 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!--js include-->
|
|
{{template "/chat/head.shtml"}}
|
|
</head>
|
|
<body>
|
|
<!--底部菜单-->
|
|
{{template "/chat/tabmenu.shtml"}}
|
|
<header class="mui-bar mui-bar-nav">
|
|
</header>
|
|
<div class="mui-content" id="pageapp">
|
|
<!--联系人-->
|
|
{{template "/chat/concat.shtml"}}
|
|
<!--群聊-->
|
|
{{template "/chat/group.shtml"}}
|
|
<!--个人中心-->
|
|
{{template "/chat/profile.shtml"}}
|
|
<!--聊天主界面-->
|
|
{{template "/chat/main.shtml"}}
|
|
<!--创建群主界面-->
|
|
{{template "/chat/createcom.shtml"}}
|
|
<!--修改信息主界面-->
|
|
{{template "/chat/userinfo.shtml"}}
|
|
</div>
|
|
</body>
|
|
</html>
|
|
{{template "/chat/foot.shtml"}} |