15 lines
416 B
HTML
15 lines
416 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="refresh" content="0; url=/static/brand-tools/brand-tools.html" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>品牌工具 - 数富AI</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
window.location.replace('/static/brand-tools/brand-tools.html')
|
|
</script>
|
|
</body>
|
|
</html>
|