Skip to content

Commit 5f8d8a7

Browse files
authoredJun 13, 2024
Create 404.html
1 parent f90d21e commit 5f8d8a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎404.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="0; url=http://carsmos.ai/docs/guide" />
4+
</head>
5+
<body>
6+
<script>
7+
window.location.href = "http://carsmos.ai/docs/guide";
8+
</script>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.