To remove our welcome page, either delete or overwrite the file "index.html" inside your /public_html folder. Once you delete that file, your homepage will become available.
If you now get a listing of files instead, make sure your homepage is named exactly either "default.htm", "default.html", "index.htm" or "index.html". (PHP scripts can be "index.php" or "default.php") Your homepage must be named one of these four names so the server knows what page is the "first" page of your site.