12 lines
225 B
HTML

<!doctype html>
<html lang="zh_CN">
<head>
<title>Loading...</title>
<link rel="shortcut icon" href="#" />
<script>
location.href = 'http://localhost:5173';
</script>
</head>
<body></body>
</html>