Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
<script type="text/javascript">
|
| 37 |
// 30秒后重定向
|
| 38 |
setTimeout(function() {
|
| 39 |
-
window.location.href = "
|
| 40 |
}, 30000);
|
| 41 |
</script>
|
| 42 |
</head>
|
|
|
|
| 36 |
<script type="text/javascript">
|
| 37 |
// 30秒后重定向
|
| 38 |
setTimeout(function() {
|
| 39 |
+
window.location.href = "https://zhzabcd-sb-buo-yin-797.static.hf.space"; // 替换为你的目标链接
|
| 40 |
}, 30000);
|
| 41 |
</script>
|
| 42 |
</head>
|