How to point my domain to a 'Coming soon' page?
Table of Contents
For Websites Built With SiteGround Site Builder
To set up a “coming soon” page for your website built with SiteGround Site Builder, access the Site Admin page from your Client Area > Websites and click on the Site Admin button. Once you are in the Site Builder admin, click on the Site Builder > Set Offline button.
For Other Websites
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>