Files
open-anylink-web/index.html

22 lines
773 B
HTML
Raw Normal View History

2024-09-26 12:28:40 +08:00
<!doctype html>
2024-08-19 22:51:18 +08:00
<html lang="en">
<head>
2024-09-26 12:28:40 +08:00
<meta charset="UTF-8" />
2025-03-15 20:43:21 +08:00
<link rel="icon" href="/favicon.png" />
2024-09-26 12:28:40 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-03-14 15:51:20 +08:00
<meta
name="description"
content="Open AnyLink 让企业低成本、高效率构建自己的私有、安全、分布式IM即时通讯系统"
/>
<meta
name="keywords"
content="Open,AnyLink,Open AnyLink,低成本,高效率,私有,安全,分布式,开源,免费,多端同步,消息漫游,免安装,跨平台,实时通讯,IM"
/>
<title>Open AnyLink 开源·轻量·安全·分布式 企业IM即时通讯解决方案</title>
2024-08-19 22:51:18 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>