Just add the following code to achieve it.
The first method: Use MetaUsage: <Meta http-equiv=Refresh Content=30>
<Meta http-equiv=Refresh Content=5; Url=http://sc.VeVb.com>
The first statement is to automatically refresh after staying for 30 seconds, and the second is to stay for 5 seconds and turn to sc.VeVb.com. Use it separately to realize automatic refresh or automatic steering functions.
The second type: js implementation setTimeout(function(){window.location.href = 'http://sc.VeVb.com';},2000) The third type of js code with countdownCopy the code