- Log in to cPanel. See Where do I login to my control panel?
- Click File Manager
-
Open your public_html folder
-
Click Upload
- Drag and drop your image from your PC or Mac on to the Drop files here to start uploading area.
- Click Go back to “/home/mydomain/public_html”
-
Select index.html and click Edit
- Click Edit
- Delete any existing text
-
Open coming-soon-page, copy the code and paste into your cPanel Editor
-
Change the following code to use the name of your image you uploaded earlier:
body { background-image: url("example.jpg"); }
For example, if we uploaded my-image.jpg
body { background-image: url("my-image.jpg"); }
-
Change the following code to use your content
<!-- Replace with your content --> <h1>Lorem ipsum</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
-
When you are happy, click Save Changes
- Open your web browser and view your website.
How to create a simple coming soon page
How do I upload a coming soon web page?