To redirect a webpage to another URL, you can edit the "index.html" file with the following HTML code.

<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.example.com/" />
</head>
</html>

Note: Please replace the destination URL in red from the above example.