Files
lxc-streamutils/apps/overlay/index.html
T
2026-07-15 23:54:53 -07:00

22 lines
959 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#0a302f" />
<meta name="description" content="洛星瓷直播组件与 OBS 浏览器源控制台" />
<meta name="application-name" content="洛星瓷直播云台" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="直播云台" />
<link rel="icon" type="image/svg+xml" href="/pwa/icon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/pwa/apple-touch-icon.png" />
<title>洛星瓷直播云台</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>