DEV Community

Discussion on: Developing a Website With Flask

Collapse
 
ndukwu_pius profile image
Ndukwu Pius Onyema

Where will the index.html file be stored

Collapse
 
manzumrahman profile image
Md. Manzum Rahman

u need to create a folder named templates where you will keep all the html docs

Collapse
 
curiouspaul1 profile image
Curious Paul

Create a folder called "templates" and and your html there

Collapse
 
ndukwu_pius profile image
Ndukwu Pius Onyema

Thanks