rax-tbms-chat-plugin
Version:
tbms-chat-plugin with rax
28 lines (27 loc) • 747 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<title>Rax App</title>
<style>
body {
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
}
</style>
</head>
<body>
<script src="https://g.alicdn.com/code/npm/web-rax-framework/0.6.4/dist/framework.web.min.js"></script>
</body>
</html>