Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Success David
Success David
127 Points

My website not visible on mobile devices

My website www.areasltd.com is not visible on mobile devices but visible on computers. all i have uploaded is just a simple html document with one paragraph text

<html> <head> <title></title> </head> <body> <p>please check back later</p> </body> </html>

why i did this is just to see if this problem was from my coding of the full website.

This problem started after i decided to stop using free site builder on hostgator and learn to design my website on my own here on hostgator. I have to delete the files created by the hostgator site builder on the public directory and then upload my own files which now made the website visible on computers but not available on mobile devices. Before now anything i upload is visible both on computers and phone until decided to use site builder and later decide stop the services and delete its files.

PLEASE HELP! THIS PROBLEM IS REALLY PULLING ME DOWN