chatapp-h5/h5/bd-center/index.html
2026-04-29 00:14:49 +08:00

14 lines
340 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
var search = window.location.search
window.location = "https://h5.haiyihy.com/hyapp/bd-center/index.html" + search
</script>
</body>
</html>