How to point my domain to a 'Coming soon' page?
To point your domain name to a “Coming soon” page, create a file called index.html in the document root folder of your website and add the following lines inside:
<html> <body>
Coming Soon!
</body></html>