Files
dsProject/dsLightRag/static/ai.html

16 lines
535 B
HTML
Raw Normal View History

2025-08-14 15:45:08 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>【东师理想】教学大模型</title>
2025-08-21 15:40:58 +08:00
<!-- 0秒后自动跳转到目标URL -->
<meta http-equiv="refresh" content="0;url=http://www.hzkjai.com:27002/ai/">
2025-08-14 15:45:08 +08:00
</head>
<body>
2025-08-21 15:40:58 +08:00
<!-- JavaScript重定向作为备用方案 -->
<script type="text/javascript">
window.location.href = "http://www.hzkjai.com:27002/ai/";
</script>
2025-08-14 15:45:08 +08:00
</body>
</html>