2026-04-29 15:18:30 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2026-05-16 21:26:19 +08:00
|
|
|
|
<title>VideoCall - 重定向</title>
|
|
|
|
|
|
<script>
|
|
|
|
|
|
// 重定向到SPA入口页面(index.html)
|
2026-05-25 20:37:36 +08:00
|
|
|
|
window.location.href = '/';
|
2026-05-16 21:26:19 +08:00
|
|
|
|
</script>
|
2026-04-29 15:18:30 +08:00
|
|
|
|
</head>
|
2026-05-16 21:26:19 +08:00
|
|
|
|
<body>
|
|
|
|
|
|
<p>正在跳转到视频通话界面...</p>
|
2026-04-29 15:18:30 +08:00
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|