There was an error while loading. Please reload this page.
1 parent 398674d commit b2256ddCopy full SHA for b2256dd
1 file changed
index.html
@@ -25,10 +25,18 @@
25
<h2>
26
WeaveFox is coming.
27
</h2>
28
- <div>
+ <div style="display: flex; justify-content: space-around; width: 30vw; margin: 0 auto;">
29
<a href="https://x.com/weavefox" target="_blank">
30
https://x.com/weavefox
31
</a>
32
+ <a href="https://www.weavefox.cn" target="_blank">
33
+ https://weavefox.cn
34
+ </a>
35
</div>
36
+ <script>
37
+ setTimeout(function() {
38
+ window.location = 'https://www.weavefox.cn';
39
+ }, 3000);
40
+ </script>
41
</body>
42
</html>
0 commit comments