Downloading issue

I have built my website on Google AI Studio. Now I am facing problem after I download .zip file of my website but showing nothing in index.html. This is the reason I am unable to publish my website. Can you help please to fix it. Thanks

1 Like

Hey! This is a common issue when downloading from AI Studio. A few things to check:

1. Extract the zip first
Don’t try to open index.html from inside the zip — extract the whole folder first, then open index.html from the extracted folder.

2. Check if the file is actually empty
Right-click index.html → Open with a text editor (Notepad, VS Code, etc.) and see if there’s any HTML code in there. If it’s truly blank, the export might have had an issue.

3. Re-export the project
Go back to AI Studio, open your project, and try downloading again. Sometimes the export can fail silently.

4. Use a local server to open it
Some websites don’t work when opened directly as a file (the URL starts with file://). Try using VS Code with the Live Server extension, or any simple local server, to open the project properly.

Let me know what you find when you open the file in a text editor — that’ll help narrow down the issue.

Ahmad_Abdullah
I have done as you said and I can see HTML codes there in Notepad. I’ve linked my website files with Live server also to publish my website but unable to open the page as it shows empty page.

oof i am old school, like i would go with filezilla, especially with how ide coding is going nowadays.

ai studio scares me its pretty overwhelming :smiley: