-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 940 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 940 Bytes
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0;url=https://yunyi-map.pages.dev/">
<title>正在跳转 - 云熠同行路</title>
<script>
window.location.replace("https://yunyi-map.pages.dev/");
</script>
<style>
body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: #f8f5f0;
color: #666;
}
.msg { text-align: center; }
.msg a { color: #c4a882; }
</style>
</head>
<body>
<div class="msg">
<p>正在跳转到 <a href="https://yunyi-map.pages.dev/">yunyi-map.pages.dev</a>…</p>
</div>
</body>
</html>