Skip to content

Commit b2256dd

Browse files
committed
feat: update home page
1 parent 398674d commit b2256dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@
2525
<h2>
2626
WeaveFox is coming.
2727
</h2>
28-
<div>
28+
<div style="display: flex; justify-content: space-around; width: 30vw; margin: 0 auto;">
2929
<a href="https://x.com/weavefox" target="_blank">
3030
https://x.com/weavefox
3131
</a>
32+
<a href="https://www.weavefox.cn" target="_blank">
33+
https://weavefox.cn
34+
</a>
3235
</div>
36+
<script>
37+
setTimeout(function() {
38+
window.location = 'https://www.weavefox.cn';
39+
}, 3000);
40+
</script>
3341
</body>
3442
</html>

0 commit comments

Comments
 (0)