mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
22 lines
773 B
HTML
22 lines
773 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Open AnyLink 让企业低成本、高效率构建自己的私有、安全、分布式IM即时通讯系统"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="Open,AnyLink,Open AnyLink,低成本,高效率,私有,安全,分布式,开源,免费,多端同步,消息漫游,免安装,跨平台,实时通讯,IM"
|
|
/>
|
|
<title>Open AnyLink 开源·轻量·安全·分布式 企业IM即时通讯解决方案</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|