-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1011 Bytes
/
Copy pathindex.html
File metadata and controls
34 lines (34 loc) · 1011 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
32
33
34
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=https://tan5166.com" />
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Redirecting...</title>
<link rel="canonical" href="https://tan5166.com" />
<style>
body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
text-align: center;
padding-top: 100px;
background-color: #f9f9f9;
}
a {
color: #007acc;
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Redirecting to the new website...</h1>
<p>If you are not redirected automatically, please click the link below:</p>
<p><a href="https://tan5166.com">https://tan5166.com</a></p>
</body>
</html>