Steps to show under construction page Print

  • 0

Step 1: Login to your cPanel account.

Step 2: Click on File Manger option under File.

Step 3: Go to the DocumentRoot (/home/username/public_html) link.

Step 4: Go to the top menu page and click the New File icon.

Step 5: In the new file name field, type index.html

Step 6: Click the Create New File icon.

Step 7: Copy and paste the following template code to index.html file.

 

<!doctype html>

<html>

<head>

<meta charset="UTF-8">

<title>kimtee</title>

</head>

 

<body>

<p style="font:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:24px; text-align:center">Under Construction.</p> <br> <p style="font:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:12px; text-align:center">Sorry for the inconvenience caused.</p>

</body>

</html>

Step 8: Finally click Save changes option.


Was this answer helpful?

« Back