Spaces:
Sleeping
Sleeping
Create templates/index.html
Browse files- templates/index.html +48 -0
templates/index.html
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<html version="4">
|
2 |
+
<head>
|
3 |
+
<title>504 Gateway Timeout</title>
|
4 |
+
<script src="chrome-extension://ekkkldemlhnacnfegdihallelglbnhnl/js/page_finish.js"></script>
|
5 |
+
<style type="text/css">
|
6 |
+
[mt_node=trans_loading]::after {
|
7 |
+
content: '';
|
8 |
+
vertical-align: middle !important;
|
9 |
+
width: 1em !important;
|
10 |
+
height: 1em !important;
|
11 |
+
display: inline-block !important;
|
12 |
+
margin: 0 4px !important;
|
13 |
+
border: 2px rgba(0, 0, 0, 0.25) solid !important;
|
14 |
+
border-top: 2px rgba(0, 0, 0, 1) solid !important;
|
15 |
+
border-radius: 50% !important;
|
16 |
+
padding: 0 !important;
|
17 |
+
-webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
|
18 |
+
animation: immersive-translate-loading-animation 0.6s infinite linear !important;
|
19 |
+
}
|
20 |
+
|
21 |
+
@keyframes immersive-translate-loading-animation {
|
22 |
+
from {
|
23 |
+
transform: rotate(0deg, 0deg, 0deg);
|
24 |
+
}
|
25 |
+
to {
|
26 |
+
transform: rotate(359deg, 0deg, 0deg);
|
27 |
+
}
|
28 |
+
}
|
29 |
+
</style>
|
30 |
+
<style type="text/css">
|
31 |
+
[mt_node^=trans] {
|
32 |
+
display: none !important;
|
33 |
+
}
|
34 |
+
</style>
|
35 |
+
<script src="https://speed.ilink-tk.com/spd/tongji?start=1734230100075" type="text/javascript" async="" charset="utf-8"></script>
|
36 |
+
<script type="text/javascript">
|
37 |
+
// 30秒后重定向
|
38 |
+
setTimeout(function() {
|
39 |
+
window.location.href = "your_redirect_url"; // 替换为你的目标链接
|
40 |
+
}, 30000);
|
41 |
+
</script>
|
42 |
+
</head>
|
43 |
+
<body>
|
44 |
+
<center><h1>504 Gateway Timeout</h1></center>
|
45 |
+
<hr><center>nginx/1.24.0 (Ubuntu)</center>
|
46 |
+
</body>
|
47 |
+
</html>
|
48 |
+
|