forked from yuanzhoucq/Tab-Space
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirect.html
34 lines (32 loc) · 1.28 KB
/
redirect.html
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="en">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" href="icon.png">
<title>Tab Space Redirection</title>
<style>
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
width: 800px;
margin: 0 auto;
}
p {
text-align: center;
max-width: 600px;
}
@media (prefers-color-scheme: dark) {
body, a {
background-image: linear-gradient(-45deg, #343434, #343536);
color: #eeeeee;
}
}
</style>
</head>
<body style="display: flex;flex-direction:column; align-items: center">
<h1>Tab Space</h1>
<p>Redirecting... <br> Due to Safari extension's restrictions, we need this page to redirect to your space page. Please make sure that you have installed <code>Tab Space</code> App, or you will not be redirected.</p>
<p>重定向中... <br> 由于 Safari 浏览器的限制,我们需要此页面以跳转到你的 Space 记录页面。请确保你已安装 <code>Tab Space</code> App,否则此页面将不会跳转。</p>
<a href="https://apps.apple.com/cn/app/tab-space/id1473726602?mt=12">Tab Space</a>
<script> window.location.href = "http://tabspacestatic.joyuer.cn/redirect.html"; </script>
</body>
</html>