-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuilder.html
More file actions
35 lines (35 loc) · 1.25 KB
/
Copy pathbuilder.html
File metadata and controls
35 lines (35 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="ErisPulse 模块构建器已迁移至独立站点 builder.erisdev.com,提供更强大的可视化模块构建体验。"
/>
<meta name="robots" content="noindex, nofollow" />
<!-- 指向独立站,传递 SEO 权重 -->
<link rel="canonical" href="https://builder.erisdev.com/" />
<!-- 立即跳转至独立构建器站点 -->
<meta
http-equiv="refresh"
content="0; url=https://builder.erisdev.com/"
/>
<title>模块构建器 - ErisPulse</title>
<script>
// 兜底:meta refresh 未生效时由 JS 跳转
window.location.replace("https://builder.erisdev.com/");
</script>
</head>
<body>
<p style="
font-family: system-ui, sans-serif;
text-align: center;
padding: 2rem;
">
模块构建器已迁移至独立站点,<a href="https://builder.erisdev.com/"
>点击前往 builder.erisdev.com</a
>。
</p>
</body>
</html>