I am working with flask
and HTML
, one of those HTML
has to direct me to another HTML
when I press a button, how do I have to do it with flask
?
I have my index.html , and the login button that should open inisiarSesion.html , how do I do that with flask
?