Changes for page How to serve a HTML file using python flask
Last modified by Leon Poon on 2021/03/23 13:17
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - Main.WebHome1 +Computing Newbies.Python Newbies.WebHome - Content
-
... ... @@ -1,4 +1,4 @@ 1 -First, make sure that your flask app is working like in [[How to serve a webpage using python flask>>doc: Main.How to serve a webpage using python flask.WebHome]].1 +First, make sure that your flask app is working like in [[How to serve a webpage using python flask>>doc:Computing Newbies.Python Newbies.How to serve a webpage using python flask.WebHome]]. 2 2 3 3 Then, create your HTML file. Your HTML file must be in the same directory as your flask app python file. 4 4