If our default page, index.html, has not been replaced by another index page, then anyone going to yourdomain.com will still see our default page instead of the home page you have put up.
This is the order in which the web server looks for a page to put up as the "home" page:
index.html, index.wml, index.cgi, index.shtml, index.jsp, index.js, index.jp, index.php4, index.php3, index.php, index.phtml, index.htm, default.htm, default.html, home.htm
Just delete the index.html file and anything after it in this list will then come up automatically.