打包项目
This commit is contained in:
14
source_code/web_source/brand_tools.html
Normal file
14
source_code/web_source/brand_tools.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user