I don't get what you mean, index.html is the main page. If you mean how to change it to Index.html using that case then you should go into the .htaccess file which is usually located in the 'public_html' folder. If it isn't there, then make a new one and add this line.
DirectoryIndex Index.html
Hope this helps...