Deploying to Netlify with Drag-and-drop

how can I move index.html
because when I want to deploy my page without connecting to git that moment I see this text? say something, please

Writing a detailed post will help us find the solution to your problem quicker.

As a general rule of thumb, make sure your index.html is in the root of the folder (OR publish directory if you are using an SSG) you are deploying to Netlify’s CDN.

1 Like

@shameem75 Welcome to the Netlify community.

Drag-n-drop deploy is very simple and very fast. You call up the Deploy page in your Netlify dashboard and drag-n-drop the folder containing your site in the box that pops up.

Your site folder MUST have (at least) an index.html file, like this:

Site folder
β”œβ”€β”€ 404.html
β”œβ”€β”€ index.html
β”œβ”€β”€ robots.txt
β”œβ”€β”€ sitemap.txt
└── sitemap.xml

Within a few seconds of dropping your site folder, your site will be live.

1 Like